←Select platform

Document Property

Summary

The current input LEADDocument object.

Syntax
C#
VB
C++
Java
public LEADDocument Document { get; } 
Public ReadOnly Property Document() As LEADDocument 
   Get 
public:  
   property LEADDocument^ Document 
   { 
      LEADDocument^ get() 
   } 
public Document getDocument() 

Property Value

The current input LEADDocument object.

Remarks

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.

Example

For an example, refer to RunJob and RunJobAsync.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Converter Assembly