Click or drag to resize

PdfObjectTop Property

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

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

Property Value

Type: Int32
Remarks

This value can be converted to inches using Dpi. This value is measured from the top edge of the page as displayed in the PdfWebControl, with a Rotation of 0.

This property can not be changed if IsLocked is true.

See Also