Click or drag to resize

DocumentAppendingEventArgsDocumentToAppend Property

Gets or sets a value representing the DocumentID of the PdfDocument to be appended.

Namespace:  RadPdf.Integration
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public int DocumentToAppend { get; set; }

Property Value

Type: Int32
Exceptions
Remarks

DocumentToAppend can not be less than or equal to 0. This value is not checked when set.

To access or change this property, AppendType must be Document.

See Also