|
FoxitPDFSDKforWeb
8.2.0
Foxit PDF SDK for Web
|
Public Member Functions | |
| getByteRange () | |
| Get byte range which specifies scope of file stream of current signature. More... | |
| getFilter () | |
| Get filter of current signature. More... | |
| getSubfilter () | |
| Get subfilter of current signature. More... | |
| isSigned () | |
| Check if current signature is signed or not. More... | |
Public Member Functions inherited from PDFField | |
| getAlignment () | |
| Get field's alignment. More... | |
| getAlternateName () | |
| Get alternate name. More... | |
| getBorderColor () | |
| Get field's border color. More... | |
| getBorderStyle () | |
| Get field's border style. More... | |
| getControlByIndex (index) | |
| Get field's control by index. Please call PDFField.getControlsCount() to get count. More... | |
| getControlsCount () | |
| Get the count of field's controls. More... | |
| getDAFontSize () | |
| Get default appearance's font size. More... | |
| getFillColor () | |
| Get field's fill color. More... | |
| getFlags () | |
| Get field's flags. For more information, refer to Field_Flag. More... | |
| getMaxLength () | |
| Get text field's max length. More... | |
| getName () | |
| Get form field's name(aka title). More... | |
| getOptions () | |
| Set combo box and list box's options. More... | |
| getType () | |
| Get form field's type. More... | |
| getValue () | |
| Get field value. More... | |
| setAction (trigger, action) | |
| Set field's action. More... | |
| setAlignment (alignment) | |
| Set field's alignment(Not support signature field). More... | |
| setBorderColor (borderColor) | |
| Set field's border color(Not support signature field). More... | |
| setBorderStyle (strStyle) | |
| Set field's border style(Not support signature field). More... | |
| setFillColor (fillColor) | |
| Set field's fillColor(Not support signature field). More... | |
| setFlags (flags) | |
| Set field's flags. More... | |
| setMaxLength (maxLength) | |
| Set text field's max length. More... | |
| setOptions (options) | |
| Set options(items) of list box or combo box. More... | |
| setValue (value='', control=null) | |
| Set field's value. More... | |
PDF Signature Field object
|
inline |
Get byte range which specifies scope of file stream of current signature.
|
inline |
Get filter of current signature.
|
inline |
Get subfilter of current signature.
|
inline |
Check if current signature is signed or not.