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

Show in webframe

InputAnnotationsFileName Property






Path to the file containing the annotations file to be added to the output document. Optional.
Syntax
public string InputAnnotationsFileName {get; set;}
'Declaration
 
Public Property InputAnnotationsFileName As String
'Usage
 
Dim instance As DocumentConverterJobData
Dim value As String
 
instance.InputAnnotationsFileName = value
 
value = instance.InputAnnotationsFileName
public String getInputAnnotationsFileName()
public void setInputAnnotationsFileName(String value)
            
public:
property String^ InputAnnotationsFileName {
   String^ get();
   void set (    String^ value);
}

Property Value

The path to the file containing the annotations file to be added to the output document. This is an optional value and will be used if AnnotationsMode is not DocumentConverterAnnotationsMode.None.
Remarks

If InputAnnotationsFileName is not null and AnnotationsMode is not DocumentConverterAnnotationsMode.None, then the converter will load the LEADTOOLS annotations contained in this file and use them during the conversion. The file can have multiple annotations containers saved using AnnCodecs and the converter will load the container that corresponds to the current page number.

AnnotationsMode dictates how the annotations are used with the output document.

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