public int FirstPhysicalPageNumber {get; set;}
'Declaration
Public Property FirstPhysicalPageNumber As Integer
'Usage
Dim instance As AltoXmlDocumentOptions
Dim value As Integer
instance.FirstPhysicalPageNumber = value
value = instance.FirstPhysicalPageNumber
public int FirstPhysicalPageNumber {get; set;}
@property (nonatomic, assign) NSInteger firstPhysicalPageNumber
public int getFirstPhysicalPageNumber()
public void setFirstPhysicalPageNumber(int number)
<br/>get_FirstPhysicalPageNumber();<br/>set_FirstPhysicalPageNumber(value);<br/>Object.defineProperty('FirstPhysicalPageNumber');
public:
property int FirstPhysicalPageNumber {
int get();
void set ( int value);
}
Property Value
The first physical page number setting for the ALTO document. Default value is 1.