Uri Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
The URI of the .xod document.

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

Syntax

C#
Uri Uri { get; set; }
Visual Basic
Property Uri As Uri
	Get
	Set
Visual C++
property Uri^ Uri {
	Uri^ get ();
	void set (Uri^ value);
}

See Also