FoxitPDFSDKforWeb  8.5.0
Foxit PDF SDK for Web
PDFSignature Class Reference
Inheritance diagram for PDFSignature:
PDFField

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...
 

Detailed Description

PDF Signature Field object

Since
7.4.0

Member Function Documentation

◆ getByteRange()

PDFSignature::getByteRange ( )
inline

Get byte range which specifies scope of file stream of current signature.

Returns
{Array<number>} - A number array.

◆ getFilter()

PDFSignature::getFilter ( )
inline

Get filter of current signature.

Returns
{string} - Filter of signature.

◆ getSubfilter()

PDFSignature::getSubfilter ( )
inline

Get subfilter of current signature.

Returns
{string} - Subfilter of signature.

◆ isSigned()

PDFSignature::isSigned ( )
inline

Check if current signature is signed or not.

Returns
{boolean} - True of false.

Foxit Software Corporation Logo
@2022 Foxit Software Incorporated. All rights reserved.