Click or drag to resize

PdfWebControlDocumentID Property

Document ID of the currently loaded document. This Document ID can be used with the LoadDocument(Int32) or CopyDocument(Int32, Boolean) functions.

Namespace:  RadPdf.Web.UI
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public int DocumentID { get; }

Property Value

Type: Int32
Returns the current Document ID as an int.
Remarks
Document IDs' of loaded documents (when DocumentLoaded is true) are greater than 0. Other values are for internal use only and can not be used with the LoadDocument(Int32) or CopyDocument(Int32, Boolean) functions.
See Also