Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents.Converters Namespace > DocumentConverterJobEventArgs Class : AnnotationsMode Property |
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); }
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.
For an example, refer to RunJob and RunJobAsync.