ActiveReports Developer 7
FitWindow Property
See Also 
GrapeCity.ActiveReports.Export.Pdf.v7 Assembly > GrapeCity.ActiveReports.Export.Pdf.Page Namespace > Settings Class : FitWindow Property

Glossary Item Box

True to resize the document’s window to fit the size of the first displayed page. Default value: false.

Syntax

Visual Basic (Declaration) 
Public Property FitWindow As System.Boolean
C# 
public System.bool FitWindow {get; set;}

See Also