ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web Namespace / TiffExportSettings Class / DpiY Property

In This Topic
    DpiY Property (TiffExportSettings)
    In This Topic
    Gets or sets the vertical resolution (DPI) for the exported TIFF file.
    Syntax
    'Declaration
     
    Public Property DpiY As IntDefaultExportSetting
    public IntDefaultExportSetting DpiY {get; set;}

    Property Value

    A IntDefaultExportSetting object representing the vertical resolution (DPI).
    See Also