TdxPDFCustomImageAppearanceInfo.Bounds Field
Specifies the image’s size and position in a PDF document.
Declaration
Bounds: TdxPDFPageRect
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