Accusoft.PdfXpress7.Net
ImageData Property




Gets and sets the image data.
Syntax
'Declaration
 
Public Property ImageData As Byte()
'Usage
 
Dim instance As ImageDataInfo
Dim value() As Byte
 
instance.ImageData = value
 
value = instance.ImageData
public byte[] ImageData {get; set;}
public: __property byte[]* get_ImageData();
public: __property void set_ImageData( 
   byte[]* value
);
public:
property array<byte>^ ImageData {
   array<byte>^ get();
   void set (    array<byte>^ value);
}

Property Value

A byte array which contains information about the image data.
See Also

Reference

ImageDataInfo Class
ImageDataInfo Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback