Click or drag to resize

ObjectDataAddingEventArgs.Data 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: 4.3.0.0 (4.3.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
This website uses cookies to identify your session and other necessary functions. By using this website, you are agreeing to our Terms of Use and Privacy Policy (updated April 26 2021).
Learn About Cookies
Got it!