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 : InputDocumentPageNumber Property |
public int InputDocumentPageNumber {get;}
'Declaration
Public ReadOnly Property InputDocumentPageNumber As Integer
'Usage
Dim instance As DocumentConverterJobEventArgs Dim value As Integer value = instance.InputDocumentPageNumber
public int getInputDocumentPageNumber()
This value will go from DocumentConverterJobData.InputDocumentFirstPageNumber to the last page of the document. The value is the current page of this operation.
For an example, refer to RunJob and RunJobAsync.