Click or drag to resize

CPDFTextWidget Properties

The CPDFTextWidget type exposes the following members.

Properties
  NameDescription
Public propertyAlignment
Gets the the text alignment in TextField, more: C_TEXT_ALIGNMENT
Public propertyIsMultiLine
Whether to display multiline PDF text fields.
Public propertyIsPassword
Whether the TextField content display password, password :*****
Public propertyPage
Returns the page that the annotation is associated with.
(Inherited from CPDFAnnotation.)
Public propertyRect
Gets the rectangle of the annotation on the page.
(Inherited from CPDFAnnotation.)
Public propertyText
Gets the text content of TextField.
Public propertyTextAttribute
Gets the text attribute of TextField text, more: CTextAttribute
Public propertyTextFieldSpecial
Gets the content format of TextField, format type: C_TEXTFILED_SPECIAL
Public propertyType
Gets annotation type.
(Inherited from CPDFAnnotation.)
Public propertyWidgetType
Gets form type. Refer to: C_WIDGET_TYPE
(Inherited from CPDFWidget.)
Top
See Also