DocumentAppendingEventArgsAppendType Property |
Gets a value indicating the type of append operation being preformed.
Namespace:
RadPdf.Integration
Assembly:
RadPdf (in RadPdf.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic DocumentAppendType AppendType { get; }
Public ReadOnly Property AppendType As DocumentAppendType
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