public bool FitWindow {get; set;}
'Declaration
Public Property FitWindow As Boolean
'Usage
Dim instance As PdfDocumentOptions
Dim value As Boolean
instance.FitWindow = value
value = instance.FitWindow
public bool FitWindow {get; set;}
@property (nonatomic, assign) BOOL fitWindow
public boolean getFitWindow()
public void setFitWindow(boolean fitWindow)
<br/>get_FitWindow();<br/>set_FitWindow(value);<br/>Object.defineProperty('FitWindow');
public:
property bool FitWindow {
bool get();
void set ( bool value);
}
Property Value
true if initial view should fit the document in the window, otherwise;
false. Default value is
false.