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

TdxPDFSignatureFieldInfo.Appearance Property

Provides access to the digital signature’s appearance settings.

#Declaration

Delphi
property Appearance: TdxPDFSignatureFieldAppearanceInfo read; write;

#Property Value

Type Description
TdxPDFSignatureFieldAppearanceInfo

Stores digital signature appearance settings.

#Remarks

Use the Appearance.Image and Appearance.Bounds properties to load and position the digital signature’s image in a PDF document. Refer to the TdxPDFCustomImageAppearanceInfo class description for detailed information on available options.

Important

Our document model update routines do not support TIFF images. If the Appearance.Image property stores a TIFF image, a PDF document container’s SaveToStream or SaveToFile procedure call raises EdxPDFException.

If the [Bounds].PageIndex property value is negative or exceeds the number of pages in a document minus one, a PDF document container’s SaveToStream or SaveToFile procedure call raises EdxPDFException. The exception shows the following text: “The page index should be in the range from 0 to %d.”

See Also