←Select platform

FirstPhysicalPageNumber Property

Summary

First physical page number setting for the ALTO document.

Syntax

C#
VB
Java
Objective-C
C++
public int FirstPhysicalPageNumber { get; set; } 
Public Property FirstPhysicalPageNumber As Integer 
@property (nonatomic, assign) NSInteger firstPhysicalPageNumber 
public int getFirstPhysicalPageNumber() 
public void setFirstPhysicalPageNumber(int number) 
             
public: 
property int FirstPhysicalPageNumber { 
   int get(); 
   void set (    int ); 
} 

Property Value

The first physical page number setting for the ALTO document. Default value is 1.

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