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 : Document Property |
public Document Document {get;}
'Declaration
Public ReadOnly Property Document As Document
'Usage
Dim instance As DocumentConverterJobEventArgs Dim value As Document value = instance.Document
public Document getDocument()
Document can either be the original value passed into DocumentConverterJobData.Document or a temporarily once created by the engine from DocumentConverterJobData.InputDocumentFileName.
Refer to DocumentConverterJobOperation for more information.
For an example, refer to RunJob and RunJobAsync.