Click or drag to resize

PdfWebControlLiteDocumentProperties Property

Gets a PdfDocumentProperties class containing common properties describing the document currently loaded.

Namespace:  RadPdf.Web.UI
Assembly:  RadPdf (in RadPdf.dll) Version: 3.43.0.0 (3.43.0.0)
Syntax
public PdfDocumentProperties DocumentProperties { get; }

Property Value

Type: PdfDocumentProperties
Remarks

Information is valid at the time of retrieval from property only. Another thread can update this information without notice to the output object.

Retrieving this property requires a call to the session provider. It is recommend that its output be cached for best performance

DocumentLoaded must be true to call this property.

See Also