Gets or sets the unique key for the document.

Namespace: TallComponents.Web.Pdf
Assembly: TallComponents.Web.PdfViewer (in TallComponents.Web.PdfViewer.dll) Version: 1.0.14.0

Syntax

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

Field Value

The unique key for the document.

Remarks

This is used to retrieve the document from storage.

See Also