OldToolMode Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Gets the old ToolMode of the DocumentViewer

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

Syntax

C#
public DocumentViewer..::..ToolModes OldToolMode { get; internal set; }
Visual Basic
Public Property OldToolMode As DocumentViewer..::..ToolModes
	Get
	Friend Set
Visual C++
public:
property DocumentViewer..::..ToolModes OldToolMode {
	DocumentViewer..::..ToolModes get ();
	internal: void set (DocumentViewer..::..ToolModes value);
}

See Also