Y Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the annotation's y-axis position.

Namespace: PDFTron.SilverDox.Documents.Annotations
Assembly: SilverDox (in SilverDox.dll) Version: 1.2.4413.29010

Syntax

C#
public override double Y { get; set; }
Visual Basic
Public Overrides Property Y As Double
	Get
	Set
Visual C++
public:
virtual property double Y {
	double get () override;
	void set (double value) override;
}

See Also