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

Show in webframe

AnnotationsMode Property (DocumentConverterJobData)






Controls how annotations are saved in the output document.
Syntax
public DocumentConverterAnnotationsMode AnnotationsMode {get; set;}
'Declaration
 
Public Property AnnotationsMode As DocumentConverterAnnotationsMode
'Usage
 
Dim instance As DocumentConverterJobData
Dim value As DocumentConverterAnnotationsMode
 
instance.AnnotationsMode = value
 
value = instance.AnnotationsMode
public DocumentConverterAnnotationsMode getAnnotationsMode()
public void setAnnotationsMode(DocumentConverterAnnotationsMode value)
            
public:
property DocumentConverterAnnotationsMode AnnotationsMode {
   DocumentConverterAnnotationsMode get();
   void set (    DocumentConverterAnnotationsMode value);
}

Property Value

A DocumentConverterAnnotationsMode enumeration value that controls how annotations are saved in the output document. Default value is DocumentConverterAnnotationsMode.None.
Remarks

This value is only used if the input document contains annotations, otherwise it is ignored.

Refer to DocumentConverterAnnotationsMode for more information.

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