Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / GrayscaleBitmap Class / WhiteIsZero Property

In This Topic
    WhiteIsZero Property (GrayscaleBitmap)
    In This Topic
    Gets or sets a value specifying whether 0 represents white and 255 represents black (if true) or vice versa (if false).
    Syntax
    'Declaration
     
    Public Property WhiteIsZero As System.Boolean
    public System.bool WhiteIsZero {get; set;}
    See Also