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:  RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.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