ComponentOne Reports for WPF
C1.C1Report Namespace / TiffFilter Class / Resolution Property

In This Topic
    Resolution Property (TiffFilter)
    In This Topic
    Gets or sets the resolution of the TIFF document, in dots per inch.
    Syntax
    'Declaration
     
    Public Property Resolution As Single
    public float Resolution {get; set;}
    Remarks

    The default value for this property is 300 DPI.

    Setting the resolution to higher values result in documents with higher quality but significantly larger size, especially if the TiffFilter.Monochrome property is set to false.

    See Also