OldContent Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Gets the old content of the popup box

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

Syntax

C#
public string OldContent { get; set; }
Visual Basic
Public Property OldContent As String
	Get
	Set
Visual C++
public:
property String^ OldContent {
	String^ get ();
	void set (String^ value);
}

See Also