Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxPDFSignatureFieldAppearanceInfo.Image Property

Stores an image of the digital signature.

#Declaration

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

See Also