Enumerates the PDF annotation types that may be converted to SVG format.
Syntax
Members
Member | Description |
All |
All annotation types.
|
AllSupported |
All converter supported annotation types.
|
Annot3D |
3D annotation.
|
Caret |
Caret annotation.
|
Circle |
Circle annotation.
|
FileAttachment |
File attachment annotation.
|
FreeText |
FreeText annotatoin.
|
Highlight |
Highlight annotation.
|
Ink |
Ink annotation.
|
Line |
Line annotation.
|
Link |
Link annotation.
|
Movie |
Movie annotation.
|
None |
No one type of annotation is converted to SVG.
|
Polygon |
Polygon annotation.
|
PolyLine |
Polyline annotation.
|
Popup |
Pop-up annotation.
|
PrinterMark |
Printer's mark annotation.
|
Redact |
Redact annotation.
|
Screen |
Screen annotation.
|
Sound |
Sound annotation.
|
Square |
Square annotation.
|
Squiggly |
Squiggly-underline annotation.
|
Stamp |
Rubber stamp annotation.
|
StrikeOut |
Strikeout annotation.
|
Text |
Text annotation.
|
TrapNet |
Trap network annotation.
|
Underline |
Underline annotation.
|
Watermark |
Watermark annotation.
|
Widget |
Widget annotation.
|
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ImageGear.Formats.PDF.ToSVG.ImGearPDFToSVGAnnotationFeatures
See Also