Gets or sets the top margin size.
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public float Top { get; set; }
Public Property Top As Single
Get
Set
public:
property float Top {
float get ();
void set (float value);
}
member Top : float32 with get, set
Property Value
Type:
Single
See Also