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