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 > DocumentConverterJobData Structure : Document Property |
public Document Document {get; set;}
'Declaration
Public Property Document As Document
'Usage
Dim instance As DocumentConverterJobData Dim value As Document instance.Document = value value = instance.Document
public Document getDocument() public void setDocument(Document value)
If Document is set by the user, then the document converter will use this Document object as is and the conversion will use any updated data.
The ownership of this object belongs to the user and DocumentConverter will not dispose it after it has been used.
For an example, refer to RunJob and RunJobAsync.