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

In This Topic
    Planar Property
    In This Topic
    Gets or sets a value indicating whether the color components are stored in separate "component planes."

    Applicable to RGB images only.

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