PdfImageShapeImageData Property |
Namespace:
RadPdf.Data.Document.Objects.Shapes
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic byte[] ImageData { get; set; }
Public Property ImageData As Byte()
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