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 > DocumentConverterJobData Structure : AnnotationsMode Property |
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); }
This value is only used if the input document contains annotations, otherwise it is ignored.
Refer to DocumentConverterAnnotationsMode for more information.
For an example, refer to RunJob and RunJobAsync.