Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / BilevelBitmap Class / LowerBitsFirst Property

In This Topic
    LowerBitsFirst Property (BilevelBitmap)
    In This Topic
    Gets or sets a value specifying whether pixels with lower column indices are stored in the lower-order bits of the byte.

    Setting this property causes an update to the pixel data.

    Syntax
    'Declaration
     
    Public Property LowerBitsFirst As System.Boolean
    public System.bool LowerBitsFirst {get; set;}
    See Also