Click or drag to resize

DocumentAppendingEventArgsLiteDocumentToAppend 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.43.0.0 (3.43.0.0)
Syntax
public PdfLiteSession LiteDocumentToAppend { get; set; }

Property Value

Type: PdfLiteSession
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