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:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.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