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
)
Public Sub CreateSignatureAppearance (
img As Image
)
public:
virtual void CreateSignatureAppearance(
[InAttribute] Image^ img
) sealed
function CreateSignatureAppearance(img);
Parameters
- img
- Type: pdftron.PDFImage
An Image object representing the image to use.
See Also