←Select platform

FitWindow Property

Summary

Indicates if the initial view should fit the document in the window

Syntax

C#
VB
Java
Objective-C
C++
public bool FitWindow { get; set; } 
Public Property FitWindow As Boolean 
@property (nonatomic, assign) BOOL fitWindow 
public boolean getFitWindow() 
public void setFitWindow(boolean fitWindow) 
             
public: 
property bool FitWindow { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true if initial view should fit the document in the window, otherwise; false. Default value is false.

Example

For an example, refer to PdfDocumentOptions.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.DocumentWriters Assembly