Click or drag to resize

DocumentAppendingEventArgsDataToAppend Property

Gets or sets a value representing the file data to be appended.

Namespace:  RadPdf.Integration
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public byte[] DataToAppend { get; set; }

Property Value

Type: Byte
Exceptions
ExceptionCondition
InvalidOperationExceptionAppendType is not Data
Remarks

DataToAppend can not be null.

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

See Also