Contains information about the overlay image found in the file.
public class CodecsOverlayData
Public Class CodecsOverlayData
@interface LTCodecsOverlayData : NSObject
public class CodecsOverlayData extends LeadEvent
public ref class CodecsOverlayData
An CodecsOverlayData object is populated and passed as data to the CodecsOverlayCallback parameter passed to the RasterCodecs.StartOverlay method. Some members of this class are for input some are for output as follows:
Member | Description |
---|---|
FileName | (Input) The name of the file containing the overlay image |
PageNumber | (Input) Page number of the requested overlay image |
Info | (Input) Determines whether overlay image info or actual image is needed |
InfoWidth | (Output) Overlay image width in pixels (Ignore if Info is false) |
InfoHeight | (Output) Overlay image height in pixels (Ignore if Info is false) |
InfoXResolution | (Output) Overlay image horizontal resolution in pixels per inch (Ignore if Info is false) |
InfoYResolution | (Output) Overlay image vertical resolution in pixels per inch (Ignore if Info is false) |
Image | (Output) The RasterImage object containing the loaded overlay image (Only Info is false) |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document