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.48.0.0 (3.48.0.0)
Syntax public string DocumentKey { get; set; }
Public Property DocumentKey As String
Get
Set
Property Value
Type:
StringReturn Value
Type:
StringReturns 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