TdxPDFCustomImageAppearanceInfo.Bounds Field
In This Article
Specifies the image’s size and position in a PDF document.
#Declaration
Delphi
Bounds: TdxPDFPageRect
#Field Value
Type | Description |
---|---|
Tdx |
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.
See Also