FlexReport for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document.Export Namespace / TiffFilter Class / Monochrome Property

In This Topic
    Monochrome Property
    In This Topic
    Gets or sets whether the TIFF document should be saved in monochrome format.
    Syntax
    'Declaration
     
    Public Property Monochrome As Boolean
    public bool Monochrome {get; set;}
    Remarks

    The default value for this property is true, which results in much smaller documents that are compatible with fax machines (the compression used is CompressionCCITT4).

    Set this property to false to generate color documents which use LZW compression but are substantially larger than monochrome documents (often 100 times larger using the same resolution).

    See Also