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

TdxPDFCustomImageAppearanceInfo.Bounds Field

Specifies the image’s size and position in a PDF document.

#Declaration

Delphi

#Field Value

Type Description
TdxPDFPageRect

Defines a rectangle in a PDF document.

#Remarks

Use the Bounds.PageIndex and Bounds.Rect properties to determine the PDF document page and a rectangle within it where the image is displayed. Refer to the TdxPDFPageRect type description for information on available options.

Note

The digital signature is invisible if the Appearance.Image.Empty property returns True or the Bounds.PageIndex property is set to -1.

See Also