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

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

    Property Value

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