←Select platform

InitialPageNumber Property

Summary

Initial view page number to use when creating a PDF document.

Syntax

C#
VB
Java
Objective-C
C++
public int InitialPageNumber {get; set;}
Public Property InitialPageNumber As Integer
@property (nonatomic, assign) NSInteger initialPageNumber
public int getInitialPageNumber() 
public void setInitialPageNumber(int initialPageNumber) 
public: 
property int InitialPageNumber { 
   int get(); 
   void set (    int ); 
} 

Property Value

The initial view page number to use when creating a PDF document. Default value is 0 (go to the first page).

Example

For an example, refer to PdfDocumentOptions.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Forms.DocumentWriters Assembly
Click or drag to resize