Back to Devexpress

TdxPDFSignatureFieldAppearanceInfo.Image Property

vcl-dxpdfsignature-dot-tdxpdfsignaturefieldappearanceinfo-e414810d.md

latest2.2 KB
Original Source

TdxPDFSignatureFieldAppearanceInfo.Image Property

Stores an image of the digital signature.

Declaration

delphi
property Image;

Property Value

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

See Also

RotationAngle

TdxPDFSignatureFieldAppearanceInfo Class

TdxPDFSignatureFieldAppearanceInfo Members

dxPDFSignature Unit