←Select platform

GetLinkedImage Method

Summary
Gets the UIImage/NSImage image that the specified RasterImage is linked to.
Syntax
Objective-C
iOS: 
+ (nullable UIImage *)getLinkedImage:(LTRasterImage *)image error:(NSError **)error 
macOS: 
+ (nullable NSImage *)getLinkedImage:(LTRasterImage *)image error:(NSError **)error 

Parameters

image
The LTRasterImage specified for the image.

Return Value

The UIImage/NSImage that the specified RasterImage is linked to. Returns null when there is no linked image.

Remarks

Avoid making a copy of the actual image data when converting to / from an UIImage/NSImage by using the ConvertToImageOptions.LinkImage flag.

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.Converters Assembly

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