Click or drag to resize

SignatureWidgetCreateSignatureAppearance Method

A function that will create and add an appearance to this widget by centering an image within it.

Namespace:  pdftron.PDF.Annots
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void CreateSignatureAppearance(
	Image img
)

Parameters

img
Type: pdftron.PDFImage
An Image object representing the image to use.
See Also