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