Click or drag to resize

CPDFTextWidget Methods

The CPDFTextWidget type exposes the following members.

Methods
  NameDescription
Public methodClearWidgetBgRGBColor (Inherited from CPDFWidget.)
Public methodClearWidgetBorderRGBColor (Inherited from CPDFWidget.)
Public methodGetAuthor
Gets the author of annotation.
(Inherited from CPDFAnnotation.)
Public methodGetBorderWidth
Gets border width of the annotation.
(Inherited from CPDFAnnotation.)
Public methodGetContent
Gets annotation content.
(Inherited from CPDFAnnotation.)
Public methodGetCreationDate
Gets the creation date of annotation.
(Inherited from CPDFAnnotation.)
Public methodGetFieldFlag
Gets form flag.
(Inherited from CPDFWidget.)
Public methodGetFieldName
Gets internal name for the field. If multiple forms have the same internal name, these forms are seen as one list, and their action affect each other. For example, in the CheckBox and Radiobutton list, when a form is set to be selected, others are set to be unselected.
(Inherited from CPDFWidget.)
Public methodGetFieldType
Gets the form field type.
(Inherited from CPDFWidget.)
Public methodGetFlags
Returns the flag of the annotation.
(Inherited from CPDFAnnotation.)
Public methodGetIsHidden
This is a convenience property that checks for `CPDFAnnotationFlagHidden` in `flags`.
(Inherited from CPDFAnnotation.)
Public methodGetIsLocked
This is a convenience property that checks for `CPDFAnnotationFlagLocked` in `flags`.
(Inherited from CPDFAnnotation.)
Public methodGetIsReadOnly
(Inherited from CPDFWidget.)
Public methodGetModifyDate
Gets the modification date of annotation.
(Inherited from CPDFAnnotation.)
Public methodGetRect
Gets rectangle on the page.
(Inherited from CPDFAnnotation.)
Public methodGetRotation
Gets rotation angle of annotaton appearance.
(Inherited from CPDFAnnotation.)
Public methodGetTextAttribute
Gets annotation text attribute, more:CTextAttribute
(Inherited from CPDFAnnotation.)
Public methodGetTransparency
Gets annotation opacity.
(Inherited from CPDFAnnotation.)
Public methodGetWidgetBgRGBColor
Gets the background color of the form.
(Inherited from CPDFWidget.)
Public methodGetWidgetBorderRGBColor
Gets the background color of the form.
(Inherited from CPDFWidget.)
Public methodGetWidgetBorderStyle
Gets the border style of the form, more: C_BORDER_STYLE
(Inherited from CPDFWidget.)
Public methodGetWidgetCheckColor
Gets fill color of CheckBox or Radiobutton.
(Inherited from CPDFWidget.)
Public methodGetWidgetCheckStyle
Gets the fill style of CheckBox or Radiobutton; more C_CHECK_STYLE
(Inherited from CPDFWidget.)
Public methodIsMersured (Inherited from CPDFAnnotation.)
Public methodIsValid
Whether the object is valid.
(Inherited from CPDFAnnotation.)
Public methodReleaseAnnot
Releases resources of the object.
(Inherited from CPDFAnnotation.)
Public methodRemoveAnnot
Removes annotation.
(Inherited from CPDFAnnotation.)
Public methodRenderAnnot(Int32, Int32, Byte, CPDFAppearanceType)
Renders contents of the annotation to image.
(Inherited from CPDFAnnotation.)
Public methodRenderAnnot(Int32, Int32, IntPtr, CPDFAppearanceType)
Renders contents of the annotation to image.
(Inherited from CPDFAnnotation.)
Public methodResetForm
Resets forms.
(Inherited from CPDFWidget.)
Public methodSetAuthor
Sets the author of annotation.
(Inherited from CPDFAnnotation.)
Public methodSetBorderWidth
Sets border width of the annotation.
(Inherited from CPDFAnnotation.)
Public methodSetContent
Sets annotation content.
(Inherited from CPDFAnnotation.)
Public methodSetCreationDate
Sets the creation date of annotation.
(Inherited from CPDFAnnotation.)
Public methodSetFieldFlag
Sets form flag.
(Inherited from CPDFWidget.)
Public methodSetFieldName
Sets internal name for the field.
(Inherited from CPDFWidget.)
Public methodSetFieldType
Sets the form field type.
(Inherited from CPDFWidget.)
Public methodSetFlags
Sets the flag of the annotation.
(Inherited from CPDFAnnotation.)
Public methodSetIsHidden
This is a convenience property that checks for `CPDFAnnotationFlagHidden` in `flags`.
(Inherited from CPDFAnnotation.)
Public methodSetIsLocked
This is a convenience property that checks for `CPDFAnnotationFlagLocked` in `flags`.
(Inherited from CPDFAnnotation.)
Public methodSetIsReadOnly
(Inherited from CPDFWidget.)
Public methodSetJustification
Sets the text alignment of TextField, more: C_TEXT_ALIGNMENT
Public methodSetModifyDate
Sets the modification date of annotation.
(Inherited from CPDFAnnotation.)
Public methodSetMultiLine
Sets to display multiline PDF text fields.
Public methodSetRect
Sets rectangle on the page.
(Inherited from CPDFAnnotation.)
Public methodSetText
Sets the text content of TextField.
Public methodSetTextAttribute
Sets the text attribute of TextField, more: CTextAttribute
(Overrides CPDFAnnotationSetTextAttribute(CTextAttribute).)
Public methodSetTextFieldSpecial
Sets the content format of TextField, format type: C_TEXTFILED_SPECIAL
Public methodSetTransparency (Inherited from CPDFAnnotation.)
Public methodSetWidgetBgRGBColor
Sets the background color of the form.
(Inherited from CPDFWidget.)
Public methodSetWidgetBorderRGBColor
Sets the border color of the form.
(Inherited from CPDFWidget.)
Public methodSetWidgetBorderStyle
Sets border style of the form, more: C_BORDER_STYLE
(Inherited from CPDFWidget.)
Public methodSetWidgetCheckColor
Sets fill color of CheckBox or Radiobutton.
(Inherited from CPDFWidget.)
Public methodSetWidgetCheckStyle
Sets the fill style of CheckBox or Radiobutton; more C_CHECK_STYLE
(Inherited from CPDFWidget.)
Public methodUpdateAp
Updates annotation appearance.
(Inherited from CPDFAnnotation.)
Public methodUpdateApWithBitmap
Upadates annotation appearance by Bitmap.
(Inherited from CPDFAnnotation.)
Public methodUpdateApWithImage (Inherited from CPDFAnnotation.)
Public methodUpdateFormAp
Updates form appearance.
(Inherited from CPDFWidget.)
Top
See Also