Click or drag to resize

DocumentAppendingEventArgsAppender Property

Gets a value indicating the source which is appending file data.

Namespace:  RadPdf.Integration
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public DocumentAppender Appender { get; }

Property Value

Type: DocumentAppender
Remarks
This property can be used to easily distinguish between when OnDocumentAppending(DocumentAppendingEventArgs) has been raised by server code, via browser upload, or via Client API.
See Also