Click or drag to resize

PdfObjectLeft Property

Gets or sets a value representing the left edge of this object (in pixels).

Namespace:  RadPdf.Data.Document.Objects
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public int Left { get; set; }

Property Value

Type: Int32
Remarks

This value can be converted to inches using Dpi. This value is measured from the left edge of the page displayed in a PdfDocument.

This property can not be changed if IsLocked is true.

See Also