PdfPaintedImage.Position Property

Gets the location on the page or XObject where the top-left corner of the image is painted.

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

Syntax

C#
public PdfPoint Position { get; }
VB
Public ReadOnly Property Position As PdfPoint
	Get

Property Value

Type: PdfPoint
The location on the page or XObject where the top-left corner of the image is painted.

See Also