VerticalOffset Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
The number of units down the page which represents the location that the bookmark references. Each unit is 1/96th of an inch.

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

Syntax

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

See Also