Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents.Converters Namespace > DocumentConverterJobEventArgs Class : OutputDocumentPageNumber Property |
public int OutputDocumentPageNumber {get;}
'Declaration
Public ReadOnly Property OutputDocumentPageNumber As Integer
'Usage
Dim instance As DocumentConverterJobEventArgs Dim value As Integer value = instance.OutputDocumentPageNumber
public int getOutputDocumentPageNumber()
This value will go from 1 to the last page in the conversion.
For an example, refer to RunJob and RunJobAsync.