Click or drag to resize

PdfImageShapeImageData Property

Gets or sets this PdfImageShape's image binary data.

Namespace:  RadPdf.Data.Document.Objects.Shapes
Assembly:  RadPdf (in RadPdf.dll) Version: 3.43.0.0 (3.43.0.0)
Syntax
public byte[] ImageData { get; set; }

Property Value

Type: Byte
Remarks

The binary data must be in a known and supported PdfImageFormat.

This property may create and use a database connection.

See Also