←Select platform

ImageData Property

Summary
Gets or sets the image pixel data for the realized area of this AnnRedactionObject.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public byte[] ImageData { get; set; } 
@property (nonatomic, strong, nullable) LTRasterImage *image; 
public byte[] getImageData() 
public void setImageData(byte[] data) 
public:  
   property array<Byte>^ ImageData 
   { 
      array<Byte>^ get() 
      void set(array<Byte>^ value) 
   } 
ImageData # get and set (AnnRedactionObject) 

Property Value

The image data for the realized area of this AnnRedactionObject.

Remarks

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.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.