ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web.ExportOptions Namespace / PdfExportOptions Class / CenterWindow Property

In This Topic
    CenterWindow Property (PdfExportOptions)
    In This Topic
    Specifies if the export should include the CenterWindow flag in the PDF document when using the PDF Viewer type.
    Syntax
    'Declaration
     
    Public Property CenterWindow As Boolean
    public bool CenterWindow {get; set;}

    Property Value

    A System.Boolean value. true if the PDF should include the CenterWindow flag; otherwise, false.
    See Also