C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets the image pixel data for the realized area of this AnnRedactionObject.
public byte[] ImageData { get; set; }
Public Property ImageData As Byte()
public byte[] ImageData {get; set;}
@property (nonatomic) NSData* imageData;
public byte[] getImageData()
public void setImageData(byte[] data)
get_ImageData();
set_ImageData(value);
Object.defineProperty('ImageData');
public:
property array<Byte>^ ImageData
{
array<Byte>^ get()
void set(array<Byte>^ value)
}
The image data for the realized area of this AnnRedactionObject.
This is the original image pixel data that was obtained during Realize. This value is used to restore the original pixel data when Restore is called.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET