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 > DocumentConverterJobError Structure : InputDocumentPageNumber Property |
public int InputDocumentPageNumber {get; set;}
'Declaration
Public Property InputDocumentPageNumber As Integer
'Usage
Dim instance As DocumentConverterJobError Dim value As Integer instance.InputDocumentPageNumber = value value = instance.InputDocumentPageNumber
public int getInputDocumentPageNumber() public void setInputDocumentPageNumber(int value)
This value may be 0 if the error that occur is not specific for any page.
For an example, refer to RunJob and RunJobAsync.