←Select platform

RasterImageAllocateCallback Delegate

Summary
Callback to use when new RasterImage objects are created by LEADTOOLS.
Syntax
C#
C++/CLI
Java
Python
public delegate RasterExceptionCode RasterImageAllocateCallback( 
   RasterImageAllocateData data 
) 
public interface RasterImageAllocateCallback 
public delegate RasterExceptionCode RasterImageAllocateCallback(  
   RasterImageAllocateData^ data 
) 
def RasterImageAllocateCallback(self,data): 
# data : RasterImageAllocateData 

Parameters

data
Parameters used when creating the RasterImage object.

Return Value

RasterExceptionCode.Success to continue creating the RasterImage object, any other value will cause the toolkit to throw RasterException with code equals to this RasterExceptionCode.

Requirements

Target Platforms

See Also

Reference

RasterImageAllocateCallback Members

Leadtools Namespace

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.