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

Show in webframe

OutputAnnotationsFileName Property






Name of the file that will contain the annotations parsed from the input document. Optional
Syntax
public string OutputAnnotationsFileName {get; set;}
'Declaration
 
Public Property OutputAnnotationsFileName As String
'Usage
 
Dim instance As DocumentConverterJobData
Dim value As String
 
instance.OutputAnnotationsFileName = value
 
value = instance.OutputAnnotationsFileName
public String getOutputAnnotationsFileName()
public void setOutputAnnotationsFileName(String value)
            
public:
property String^ OutputAnnotationsFileName {
   String^ get();
   void set (    String^ value);
}

Property Value

The name to the file that will contain the annotations parsed from the input document. Optional
Remarks

The file will be overwritten if it previously exist. The full path must contain a valid file name that can be created using the current process.

OutputAnnotationsFileName is used when the value of AnnotationsMode is DocumentConverterAnnotationsMode.External and the input document contains annotations.

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