FoxitPDFSDKforWeb
v10.0.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... | |
getImage () | |
Get signature image. More... | |
getSignInfo () | |
Get the signed signature information. More... | |
getSubfilter () | |
Get subfilter of current signature. More... | |
isLast () | |
Whether current signature is last one. 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... | |
getMappingName () | |
Get mapping name. 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... | |
setAlternateName (alternateName) | |
Set alternate name. 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... | |
setMappingName (mappingName) | |
Set mapping name. (Not support signature field). 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 signature image.
|
inline |
Get the signed signature information.
|
inline |
Get subfilter of current signature.
|
inline |
Whether current signature is last one.
|
inline |
Check if current signature is signed or not.