Click or drag to resize

ObjectDataAddingEventArgsData Property

Gets or sets a value representing the PdfObject data to be added (typically an image via user upload).

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

Property Value

Type: Byte
Remarks

Data can not be null.

This value can be used to analyze or process images uploaded to PdfObjects. For example, if you want to limit the image resolution of uploaded images, this property can be used to get / load the image data, resample it to a smaller size, and then set the downsized image data to this property for use by RAD PDF.

See Also