Callback to use when new RasterImage objects are created by LEADTOOLS.
public delegate RasterExceptionCode RasterImageAllocateCallback(
RasterImageAllocateData data
)
Public Delegate Function RasterImageAllocateCallback( _
ByVal data As Leadtools.RasterImageAllocateData _
) As Leadtools.RasterExceptionCode
public delegate Leadtools.RasterExceptionCode RasterImageAllocateCallback(
Leadtools.RasterImageAllocateData data
)
RasterImageAllocateCallback(
data
)
public delegate Leadtools.RasterExceptionCode RasterImageAllocateCallback(
Leadtools.RasterImageAllocateData^ data
)
data
Parameters used when creating the RasterImage object.
RasterExceptionCode.Success to continue creating the RasterImage object, any other value will cause the toolkit to throw RasterException with code equals to this RasterExceptionCode.
For more information, refer to RasterDefaults.SetRasterImageAllocateCallback and RasterImageAllocateData.
For an example, refer to RasterDefaults.SetRasterImageAllocateCallback.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET