←Select platform

FitWindow Property

Summary
Enables or disables fit in window.
Syntax
C#
VB
C++
Java
public bool FitWindow { get; set; } 
Public Property FitWindow As Boolean 
public boolean getFitWindow(); 
public void setFitWindow( 
   boolean booleanValue 
); 
public: 
property bool FitWindow { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to enable fit in window; false to disable fit in window.

Remarks

Set this property to true to indicate that External viewers should enable fit in window when the PDF file is opened.

Example

For an example, refer to PDFInitialViewOptions.

Requirements

Target Platforms

Help Version 21.0.2021.7.6
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.