←Select platform

CenterWindow Property

Summary
Enables or disables center in window.
Syntax
C#
VB
C++
Java
public bool CenterWindow { get; set; } 
Public Property CenterWindow As Boolean 
public boolean getCenterWindow(); 
public void setCenterWindow( 
   boolean booleanValue 
); 
public: 
property bool CenterWindow { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

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

Remarks

Set this property to true to indicate that External viewers should enable center 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.