ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Export.Pdf Assembly / GrapeCity.ActiveReports.Export.Pdf.Page Namespace / Settings Class / DpiX Property

In This Topic
    DpiX Property (Settings)
    In This Topic
    Gets or sets the resolution of the output device in x-direction. The default value is 300.
    Syntax
    'Declaration
     
    Public Property DpiX As Single
    public float DpiX {get; set;}
    Remarks
    PDF hasn't its own DPI options. So this setting can be obtained throght GrapeCity.ActiveReports.Extensibility.Layout.Features.FeatureResoluton and used for customers rendering (overriding of GrapeCity.ActiveReports.Drawing.IGraphicsRenderer.
    See Also