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

Show in webframe

AnnotationsMode Property (DocumentConverterJobEventArgs)






Current annotations mode.
Syntax
public DocumentConverterAnnotationsMode AnnotationsMode {get; set;}
'Declaration
 
Public Property AnnotationsMode As DocumentConverterAnnotationsMode
'Usage
 
Dim instance As DocumentConverterJobEventArgs
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

The current annotations mode.
Remarks

This will hold the same value as the original DocumentConverterJobData.AnnotationsMode. You can override the annotation more by replacing it with a new value here based on your application needs.

Example

For an example, refer to RunJob and RunJobAsync.

Requirements

Target Platforms

See Also

Reference

DocumentConverterJobEventArgs Class
DocumentConverterJobEventArgs 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