Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
CodecsOverlayData Class Members
See Also  Properties 
Leadtools.Codecs Namespace : CodecsOverlayData Class


The following tables list the members exposed by CodecsOverlayData.

Public Constructors

 NameDescription
Public ConstructorCodecsOverlayData Constructor Initializes a new instance of the CodecsOverlayData class.  
Top

Public Properties

 NameDescription
Public PropertyFileName Gets the name of the file containing the overlay image.  
Public PropertyImage Gets or sets the RasterImage object containing the loaded overlay image.  
Public PropertyInfo Gets a value that determines whether overlay image info or actual image is needed.  
Public PropertyInfoHeight Gets or sets the overlay image height in pixels.  
Public PropertyInfoWidth Gets or sets the overlay image width in pixels.  
Public PropertyInfoXResolution Gets or sets the overlay image horizontal resolution in pixels per inch.  
Public PropertyInfoYResolution Gets or sets the overlay image vertical resolution in pixels per inch.  
Public PropertyPageNumber Gets the page number of the requested overlay image.  
Top

See Also