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.44.0.0 (3.44.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 displayed in the WebControl.

This property can not be changed if IsLocked is true.

See Also