PdfPaintedImage.Bounds Property

Gets the bounds of this image on the page or XObject.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public PdfRectangle Bounds { get; }
VB
Public ReadOnly Property Bounds As PdfRectangle
	Get

Property Value

Type: PdfRectangle
The bounds of this image on the page or XObject.

See Also