TdxPDFSignatureFieldAppearanceInfo.Image Property
Stores an image of the digital signature.
Declaration
property Image;
Property Value
Type | Description |
---|---|
TdxSmartImage | A Smart Image container. |
Remarks
Call the Image.LoadFromStream or Image.LoadFromFile procedure to load an image in any supported format (except TIFF) as a visual digital signature. Refer to the TdxSmartImage, TdxGPImage, and TdxCustomSmartImage class descriptions for information on image management.
Use the Bounds.PageIndex and Bounds.Rect properties to position the digital signature in a PDF document.
Important
Our document model update routines do not support TIFF images. If the signature’s Appearance.Image property stores a TIFF image, a PDF document container’s SaveToStream or SaveToFile procedure call raises EdxPDFException.
The digital signature is invisible if the Image.Empty property returns True or the Bounds.PageIndex property is set to -1.