[This is preliminary documentation and is subject to change.]

Enumeration of all creatable RAD PDF object types

Namespace:  RadPdfLibrary.Data.Document.Objects
Assembly:  RadPdfLibrary (in RadPdfLibrary.dll) Version: 1.4.3630.21651 (1.4.0.0)

Syntax

C#
public enum RadPdfObjectCreatable
Visual Basic (Declaration)
Public Enumeration RadPdfObjectCreatable
Visual Basic (Usage)
Dim instance As RadPdfObjectCreatable

Members

Member nameDescription
FormFieldText
Represents RadPdfTextField
FormFieldCheck
Represents RadPdfCheckField
ShapeText
Represents RadPdfTextShape
ShapeRectangle
ShapeWhiteout
ShapeEllipse
Represents RadPdfEllipseShape
ShapeLine
Represents RadPdfLineShape
ShapeArrow
Represents RadPdfArrowShape
ShapeCheck
Represents RadPdfCheckShape

See Also