Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.6
|
Leadtools.Annotations.Core Namespace > AnnRedactionObject Class : ImageData Property |
public byte[] ImageData {get; set;}
'Declaration
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');
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.