CPDFSignatureWidgetGetSignatureAppearance Method |
Get the signature's verification appearance.
Namespace:
ComPDFKit.PDFAnnotation.Form
Assembly:
ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.1.0+b8a973db4fce43f68ed31640e557d7c5478d7f58
Syntaxpublic bool GetSignatureAppearance(
int width,
int height,
byte[] bmp_data,
CPDFSignState signState
)
Parameters
- width
- Type: SystemInt32
image width - height
- Type: SystemInt32
image height - bmp_data
- Type: SystemByte
image data array - signState
- Type: ComPDFKit.DigitalSignCPDFSignState
the signature verification state
Return Value
Type:
BooleanReturns true on success, false on failure.
See Also