←Select platform

CenterWindow Property

Summary

Enables or disables center in window.

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

Leadtools.Pdf Assembly