←Select platform

OriginalFirstPageNumber Property

Summary

The number of the first page loaded into this document.

Syntax

C#
VB
Java
C++
public int OriginalFirstPageNumber { get; } 
Public ReadOnly Property OriginalFirstPageNumber() As Integer 
   Get 
public:  
   property int OriginalFirstPageNumber 
   { 
      int get() 
   } 
public int getOriginalFirstPageNumber() 

Property Value

The number of the first page loaded into this document.

Remarks

This value is set to LoadDocumentOptions.FirstPageNumber used when creating this document or 1 if default options were used.

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.Documents Assembly