PDFView4NET WPF Edition
PDFAnnotationType Enumeration




O2S.Components.PDFView4NET.Annotations Namespace : PDFAnnotationType Enumeration
Specifies the available types of annotations.
Syntax
'Declaration
 
Public Enum PDFAnnotationType 
   Inherits System.Enum
'Usage
 
Dim instance As PDFAnnotationType
public enum PDFAnnotationType : System.Enum 
__value public enum PDFAnnotationType : public System.Enum 
public enum class PDFAnnotationType : public System.Enum 
Members
MemberDescription
BarcodeBarcode annotation.
CloudPolygonCloud polygon annotation.
CloudRectangleCloud rectangle (Square) annotation.
EllipseEllipse (Circle) annotation.
FileAttachmentFile attachment annotation.
FreeTextFree text annotation.
HighlightHighlight annotation.
InkInk annotation.
LineLine annotation.
LinkLink annotation.
PolygonPolygon annotation.
PolyLinePolyLine annotation.
PopupPopup annotation.
RectangleRectangle (Square) annotation.
SquigglySquiggly annotation.
StampStamp annotation.
StrikeOutStrikeOut annotation.
TextText annotation.
UnderlineUnderline annotation.
UnknownUnknown annotation.
WidgetWidget annotation.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         O2S.Components.PDFView4NET.Annotations.PDFAnnotationType

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

O2S.Components.PDFView4NET.Annotations Namespace