FlexReport for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document.Export Namespace / RasterImageFilter Class / Resolution Property

In This Topic
    Resolution Property (RasterImageFilter)
    In This Topic
    Gets or sets the resolution of the image, 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.
    See Also