Click or drag to resize

PdfObjectCreatable Enumeration

Enumeration of all creatable PDF object types

Namespace:  RadPdf.Data.Document.Objects
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public enum PdfObjectCreatable
Members
  Member nameValueDescription
FormFieldText0 Represents PdfTextField
FormFieldCheck1 Represents PdfCheckField
FormFieldRadio2 Represents PdfRadioField
FormFieldCombo3 Represents PdfComboField
FormFieldList4 Represents PdfListField
FormFieldButton5 Represents PdfButtonField
ShapeText6 Represents PdfTextShape
ShapeRectangle7 Represents PdfRectangleShape
ShapeWhiteout8 Represents PdfWhiteoutShape
ShapeEllipse9 Represents PdfEllipseShape
ShapeLine10 Represents PdfLineShape
ShapeArrow11 Represents PdfArrowShape
ShapeCheck12 Represents PdfCheckShape
ShapeImage13 Represents PdfImageShape
ShapeInk14 Represents PdfInkShape
ShapeSignature15 Represents PdfSignatureShape
AnnotationCaret16 Represents PdfCaretAnnotation (also referred to as "Insert")
AnnotationCircle17 Represents PdfCircleAnnotation
AnnotationFreeText18 Represents PdfFreeTextAnnotation
AnnotationHighlight19 Represents PdfHighlightAnnotation
AnnotationLink20 Represents PdfLinkAnnotation
AnnotationSquare21 Represents PdfSquareAnnotation
AnnotationStrikeout22 Represents PdfStrikeoutAnnotation
AnnotationText23 Represents PdfTextAnnotation (also referred to as a "Sticky Note")
AnnotationUnderline24 Represents PdfUnderlineAnnotation
See Also