XFINIUM.PDF Documentation
PdfAnnotationType Enumeration



Xfinium.Pdf.Annotations Namespace : PdfAnnotationType Enumeration
Supported annotation types.
Syntax
'Declaration
 
Public Enum PdfAnnotationType 
   Inherits System.Enum
'Usage
 
Dim instance As PdfAnnotationType
public enum PdfAnnotationType : System.Enum 
public enum class PdfAnnotationType : public System.Enum 
Members
MemberDescription
_3D 3D annotation.
Circle Circle annotation.
CloudPolygon Cloud polygon annotation.
CloudSquare Clould square annotation.
FileAttachment File attachment annotation.
FreeText Free text annotation.
Ink Ink annotation.
Line Line annotation.
Link Link annotation.
Polygon Polygon annotation.
Polyline Polyline annotation.
Popup Popup annotation.
Redaction Redaction annotation.
RichMedia Rich media annotation.
RubberStamp Rubber stamp annotation.
Screen Screen annotation.
Sound Sound annotation.
Square Square annotation.
Text Text annotation.
TextMarkup Text markup annotation (highlight, underline, strikeout or squiggly).
Unknown Unknown annotation.
Widget Field widget annotation.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xfinium.Pdf.Annotations.PdfAnnotationType

Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

Xfinium.Pdf.Annotations Namespace