Gets or sets a float value that indicates the top margin.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic double Top { get; set; }
Public Property Top As Double
Get
Set
public:
property double Top {
double get ();
void set (double value);
}
member Top : float with get, set
Property Value
Type:
Double
See Also