Visual Basic (Declaration) | |
---|---|
Public Class CodecsOverlayData |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public class CodecsOverlayData |
C++/CLI | |
---|---|
public ref class CodecsOverlayData |
For an example, refer to RasterCodecs.StartOverlay
An CodecsOverlayData object is populated and passed as data to the __Delegates.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) |
System.Object
Leadtools.Codecs.CodecsOverlayData
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family