←Select platform

Data Property

Summary
Gets the data for the image in native format.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public object Data { get; } 
@property (nonatomic, assign, readonly, nullable) const NSData *data 
public java.lang.Object getData(); 
public: 
property Object^ Data { 
   Object^ get(); 
} 
Data # get  (RasterImage) 

Property Value

The data for the image.

Remarks

This value should only be used with images created with user-defined data. Other type of images will return an undefined internal value.

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 Assembly

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