[This is preliminary documentation and is subject to change.]
Enumeration of all creatable RAD PDF object types
Namespace:
RadPdfLibrary.Data.Document.ObjectsAssembly: 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 name | Description | |
|---|---|---|
| FormFieldText |
Represents RadPdfTextField | |
| FormFieldCheck |
Represents RadPdfCheckField | |
| ShapeText |
Represents RadPdfTextShape | |
| ShapeRectangle |
Represents RadPdfRectangleShape | |
| ShapeWhiteout |
Represents RadPdfWhiteoutShape | |
| ShapeEllipse |
Represents RadPdfEllipseShape | |
| ShapeLine |
Represents RadPdfLineShape | |
| ShapeArrow |
Represents RadPdfArrowShape | |
| ShapeCheck |
Represents RadPdfCheckShape |