Click or drag to resize

DocumentAppendingEventArgsAppendType Property

Gets a value indicating the type of append operation being preformed.

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

Property Value

Type: DocumentAppendType
Remarks
This property can be used to easily distinguish between when Data is to be appended and when a Document (via its Document ID) is to be appended.
See Also