ActiveReports.Web Request technical support
CenterWindow Property
See Also 


Specifies if the export should include the CenterWindow flag in the PDF document when using the PDF Viewer type.

Syntax

Visual Basic (Declaration) 
Public Property CenterWindow As Boolean
Visual Basic (Usage)Copy Code
Dim instance As PdfExportOptions
Dim value As Boolean
 
instance.CenterWindow = value
 
value = instance.CenterWindow
C# 
public bool CenterWindow {get; set;}

See Also