PdfObjectCreatable Enumeration |
Namespace: RadPdf.Data.Document.Objects
Member name | Value | Description | |
---|---|---|---|
FormFieldText | 0 | Represents PdfTextField | |
FormFieldCheck | 1 | Represents PdfCheckField | |
FormFieldRadio | 2 | Represents PdfRadioField | |
FormFieldCombo | 3 | Represents PdfComboField | |
FormFieldList | 4 | Represents PdfListField | |
FormFieldButton | 5 | Represents PdfButtonField | |
ShapeText | 6 | Represents PdfTextShape | |
ShapeRectangle | 7 | Represents PdfRectangleShape | |
ShapeWhiteout | 8 | Represents PdfWhiteoutShape | |
ShapeEllipse | 9 | Represents PdfEllipseShape | |
ShapeLine | 10 | Represents PdfLineShape | |
ShapeArrow | 11 | Represents PdfArrowShape | |
ShapeCheck | 12 | Represents PdfCheckShape | |
ShapeImage | 13 | Represents PdfImageShape | |
ShapeInk | 14 | Represents PdfInkShape | |
ShapeSignature | 15 | Represents PdfSignatureShape | |
AnnotationCaret | 16 | Represents PdfCaretAnnotation (also referred to as "Insert") | |
AnnotationCircle | 17 | Represents PdfCircleAnnotation | |
AnnotationFreeText | 18 | Represents PdfFreeTextAnnotation | |
AnnotationHighlight | 19 | Represents PdfHighlightAnnotation | |
AnnotationLink | 20 | Represents PdfLinkAnnotation | |
AnnotationSquare | 21 | Represents PdfSquareAnnotation | |
AnnotationSquiggly | 22 | Represents PdfSquigglyAnnotation | |
AnnotationStrikeout | 23 | Represents PdfStrikeoutAnnotation | |
AnnotationText | 24 | Represents PdfTextAnnotation (also referred to as a "Sticky Note") | |
AnnotationUnderline | 25 | Represents PdfUnderlineAnnotation |