ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Export.Image Assembly / GrapeCity.ActiveReports.Export.Image.Page Namespace / Settings Class / PageWidth Property

In This Topic
    PageWidth Property (Settings)
    In This Topic
    Set the value in inches to use for the width of the image. The format is an integer or decimal with "in" as the suffix, for example "8in" for 8 inches. The value set in this property overrides the report's settings.
    Syntax
    'Declaration
     
    Public Property PageWidth As String
    public string PageWidth {get; set;}
    See Also