ActiveReports.Web Request technical support
FitWindow Property
See Also 


Specifies if the export should use the FitWindow flag when using the PDF Viewer type.

Syntax

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

See Also