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 : DocumentWriter Property |
public DocumentWriter DocumentWriter {get;}
'Declaration
Public ReadOnly Property DocumentWriter As DocumentWriter
'Usage
Dim instance As DocumentConverterJobEventArgs Dim value As DocumentWriter value = instance.DocumentWriter
public DocumentWriter getDocumentWriter()
public: property DocumentWriter^ DocumentWriter { DocumentWriter^ get(); }
This value is the same as DocumentConverter.DocumentWriterInstance.
Refer to DocumentConverterJobOperation for more information.
For an example, refer to RunJob and RunJobAsync.