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 : DocumentConverterAnnotationsMode Enumeration |
[DataContractAttribute()] [SerializableAttribute()] public enum DocumentConverterAnnotationsMode : System.Enum
'Declaration
<DataContractAttribute()> <SerializableAttribute()> Public Enum DocumentConverterAnnotationsMode Inherits System.Enum
'Usage
Dim instance As DocumentConverterAnnotationsMode
public enum DocumentConverterAnnotationsMode
[DataContractAttribute()] [SerializableAttribute()] public enum class DocumentConverterAnnotationsMode : public System.Enum
Value | Member | Description |
---|---|---|
0x00000000 | None | Do not save any annotations.DocumentConverterJobData.OutputAnnotationsFileName is ignored. |
0x00000001 | External | Export the annotations to an external file.Uses DocumentConverterJobData.OutputAnnotationsFileName. |
0x00000002 | Overlay | Overlay the annotations over the image (raster conversion only).DocumentConverterJobData.OutputAnnotationsFileName is ignored. |
0x00000003 | Embed | Embed the annotations in the final document (for PDF and TIFF file formats only).DocumentConverterJobData.OutputAnnotationsFileName is ignored. The annotations are saved into DocumentConverterJobData.OutputDocumentFileName itself if the format supports embedding annotations (currently only PDF and TIFF file formats). |
Controls how the input annotations are used by the document converter during a job.
For an example, refer to RunJob and RunJobAsync.
System.Object
System.ValueType
System.Enum
Leadtools.Documents.Converters.DocumentConverterAnnotationsMode