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

In This Topic
    LowerBitsFirst Property (TiffFrameSettings)
    In This Topic
    Gets or sets a value indicating whether the pixels are arranged within a byte such that pixels with lower column values are stored in the lower-order bits of the byte.

    Applicable to bilevel images only.

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