←Select platform

InputDocumentFirstPageNumber Property

Summary

Number of the first page to be converted from the input document

Syntax
C#
VB
C++
public int InputDocumentFirstPageNumber { get; set; } 
Public Property InputDocumentFirstPageNumber() As Integer 
   Get 
   Set 
public:  
   property Int32 InputDocumentFirstPageNumber 
   { 
      Int32 get() 
      void set(Int32 value) 
   } 

Property Value

The 1-based number of the first page to be converted from the input document. Default value is 0.

Remarks

This member mirrors DocumentConverterJobData.InputDocumentFirstPageNumber. Refer to it for more information.

Example

For an example, refer to StatusJobDataRunner.

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