←Select platform

Document Property

Summary

Document object to be used as the input of the conversion. Either this or InputDocumentFileName are used.

Syntax

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

Property Value

The Document 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, if the value is null, then InputDocumentFileName is used instead.

Remarks

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.

Example

For an example, refer to RunJob and RunJobAsync.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents.Converters Assembly