←Select platform

OutputDocumentPageNumber Property

Summary

The current output page number.

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

Property Value

The 1-based current output page number.

Remarks

This value will go from 1 to the last page in the conversion.

Example

For an example, refer to RunJob and RunJobAsync.

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