←Select platform

FitWindow Property

Summary

Enables or disables fit in window.

Syntax

C#
VB
C++
public bool FitWindow { get; set; } 
Public Property FitWindow As Boolean 
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly