←Select platform

FirstPhysicalPageNumber Property

Summary

First physical page number setting for the ALTO document.

Syntax
C#
VB
Objective-C
C++
Java
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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Writer Assembly