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