Gets the y-coordinate of the top edge of the rectangular area.
Namespace: GroupDocs.Parser.DataAssembly: GroupDocs.Parser (in GroupDocs.Parser.dll) Version: 20.12.0
Syntaxpublic double Top { get; }
Public ReadOnly Property Top As Double
Get
public:
property double Top {
double get ();
}
member Top : float with get
Property Value
Type:
DoubleA double value that represents the y-coordinate of the top edge of the rectangular area.
See Also