Click or drag to resize

PdfWebControlLiteDocumentKey Property

Gets or sets a value indicating the document key for this PDF document.

Namespace:  RadPdf.Web.UI
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public string DocumentKey { get; set; }

Property Value

Type: String

Return Value

Type: String
Returns the key currently being used for this PDF document.
Remarks
Setting this key is for advanced use only. This key can be set to string.Empty to unload the current document.
See Also