Error processing SSI file
LEADTOOLS Leadtools.Documents.Converters (Leadtools.Documents.Converters assembly)

Show in webframe

Document Property (DocumentConverterJobData)






Document object to be used as the input of the conversion. Either this or InputDocumentFileName are used.
Syntax
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)
            
public:
property Document^ Document {
   Document^ get();
   void set (    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

See Also

Reference

DocumentConverterJobData Structure
DocumentConverterJobData Members
Using LEADTOOLS Document Converters

Error processing SSI file
   Leadtools.Documents.Converters requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features