ImageGear .NET v25.1 - Updated
ImGearPDFToSVGAnnotationFeatures Enumeration




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF.ToSVG Namespace : ImGearPDFToSVGAnnotationFeatures Enumeration
Enumerates the PDF annotation types that may be converted to SVG format.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum ImGearPDFToSVGAnnotationFeatures 
   Inherits System.Enum
'Usage
 
Dim instance As ImGearPDFToSVGAnnotationFeatures
[Flags()]
public enum ImGearPDFToSVGAnnotationFeatures : System.Enum 
[Flags()]
__value public enum ImGearPDFToSVGAnnotationFeatures : public System.Enum 
[Flags()]
public enum class ImGearPDFToSVGAnnotationFeatures : public System.Enum 
Members
MemberValueDescription
All67108863 All annotation types.
AllSupported524540 All converter supported annotation types.
Annot3D16777216 3D annotation.
Caret8192 Caret annotation.
Circle32 Circle annotation.
FileAttachment65536 File attachment annotation.
FreeText4 FreeText annotatoin.
Highlight256 Highlight annotation.
Ink16384 Ink annotation.
Line8 Line annotation.
Link2 Link annotation.
Movie262144 Movie annotation.
None0 No one type of annotation is converted to SVG.
Polygon64 Polygon annotation.
PolyLine128 Polyline annotation.
Popup32768 Pop-up annotation.
PrinterMark2097152 Printer's mark annotation.
Redact33554432 Redact annotation.
Screen1048576 Screen annotation.
Sound131072 Sound annotation.
Square16 Square annotation.
Squiggly1024 Squiggly-underline annotation.
Stamp4096 Rubber stamp annotation.
StrikeOut2048 Strikeout annotation.
Text1 Text annotation.
TrapNet4194304 Trap network annotation.
Underline512 Underline annotation.
Watermark8388608 Watermark annotation.
Widget524288 Widget annotation.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Formats.PDF.ToSVG.ImGearPDFToSVGAnnotationFeatures

See Also

Reference

ImageGear.Formats.PDF.ToSVG Namespace