←Select platform

CenterWindow Property

Summary

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

Syntax

C#
VB
Java
Objective-C
C++
public bool CenterWindow { get; set; } 
Public Property CenterWindow As Boolean 
@property (nonatomic, assign) BOOL centerWindow 
public boolean getCenterWindow() 
public void setCenterWindow(boolean centerWindow) 
             
public: 
property bool CenterWindow { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true if initial view should center 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