Click or drag to resize

PdfDocumentPropertiesDocumentID Property

Gets the DocumentID assigned to this document when loaded into a PdfWebControl instance.

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

Property Value

Type: Int32
Remarks

If this is a Lite Document (IsLiteDocument is true), this property is not meaningful.

See Also