Enum PdfWidgetType
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Specifies the type of a PdfWidget.
public enum PdfWidgetType
Fields
ActionArea = 1Action area. See PdfActionArea class.
Artwork3D = 293D annotation. See Pdf3dAnnotation class.
Button. See PdfButton class.
Caret = 19Caret annotation. See PdfCaretAnnotation class.
CheckBox = 3Check box. See PdfCheckBox class.
ComboBox = 4Combo box. See PdfComboBox class.
Custom = 32Custom annotation. See PdfCustomAnnotation class.
Ellipse = 11Ellipse annotation. See PdfEllipseAnnotation class.
FileAttachment = 22File attachment annotation. See PdfFileAttachmentAnnotation class.
FreeTextAnnotation = 8Free text annotation. See PdfFreeTextAnnotation class.
HighlightAnnotation = 14Highlight annotation. See PdfHighlightAnnotation class.
Ink = 20Ink annotation. See PdfInkAnnotation class.
JaggedUnderlineAnnotation = 16Jagged-underline annotation. See PdfJaggedUnderlineAnnotation class.
Line = 9Line annotation. See PdfLineAnnotation class.
ListBox = 30List box. See PdfListBox class.
Movie = 24Movie annotation. See PdfMovieAnnotation class.
Polygon = 12Polygon annotation. See PdfPolygonAnnotation class.
Polyline = 13Polyline annotation. See PdfPolylineAnnotation class.
Popup = 21Pop-up annotation. See PdfPopupAnnotation class.
PrinterMark = 26Printer's mark annotation. See PdfPrinterMarkAnnotation class.
Radio button. See PdfRadioButton class.
Rectangle = 10Rectangle annotation. See PdfRectangleAnnotation class.
Redaction = 33Redaction annotation. See PdfRedactionAnnotation class.
RichMedia = 31Rich media annotation. See PdfRichMediaAnnotation class.
Screen = 25Screen annotation. See PdfScreenAnnotation class.
Signature = 7Signature field. See PdfSignatureField class.
Sound = 23Sound annotation. See PdfSoundAnnotation class.
Stamp = 18Rubber stamp annotation. See PdfStampAnnotation class.
StrikeoutAnnotation = 17Strikeout annotation. See PdfStrikeoutAnnotation class.
TextAnnotation = 0Text annotation. See PdfTextAnnotation class.
TextBox = 6Text box. See PdfTextBox class.
TrapNetworkAnnotation = 27Trap network annotation. See PdfTrapNetworkAnnotation class.
UnderlineAnnotation = 15Underline annotation. See PdfUnderlineAnnotation class.
Watermark = 28Watermark annotation. See PdfWatermarkAnnotation class.