Click or drag to resize

DocumentEventArgsDocumentKey Property

Gets a value representing the DocumentKey or DocumentKey associated with this event as a String.

Namespace:  RadPdf.Integration
Assembly:  RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
public string DocumentKey { get; }

Property Value

Type: String
Remarks

This property may be null if the event is raised server side where no Document Key is present.

See Also