←Select platform

OutputDocumentPageNumber Property

Summary

The current output page number.

Syntax

C#
VB
Java
C++
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents.Converters Assembly