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.6.5

Syntax

C#
public string StorageKey { get; set; }
Visual Basic (Declaration)
Public Property StorageKey As String
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