VerticalOffset Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
The number of units down from the top of the page that the link points to. A unit is 1/96th of an inch.

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

Syntax

C#
public double VerticalOffset { get; internal set; }
Visual Basic
Public Property VerticalOffset As Double
	Get
	Friend Set
Visual C++
public:
property double VerticalOffset {
	double get ();
	internal: void set (double value);
}

See Also