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