Click or drag to resize

DocumentAppendingEventArgsAppender Property

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

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