←Select platform

Document Property

Summary

LEADDocument object to be used as the input of the conversion.

Syntax
C#
VB
C++
Java
public LEADDocument Document { get; set; } 
Public Property Document() As LEADDocument 
   Get 
   Set 
public:  
   property LEADDocument^ Document 
   { 
      LEADDocument^ get() 
      void set(LEADDocument^ value) 
   } 
public Document getDocument() 
public void setDocument(Document value) 

Property Value

The LEADDocument object to be used as the input of the conversion. If this value is not null, then it will be used as the input document for the conversion. The default value is null.

Remarks

One input must be specified for the conversion to be successful: One of InputDocumentFileName, Document or DocumentId must not be null.

If Document is set by the user, then the document converter will use this LEADDocument 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.

Example

For an example, refer to RunJob and RunJobAsync.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Converter Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.