LEADTOOLS Image File Support (Leadtools.Codecs assembly)

InfoYResolution Property

Show in webframe







Gets or sets the overlay image vertical resolution in pixels per inch.
Syntax
public int InfoYResolution {get; set;}
'Declaration
 
Public Property InfoYResolution As Integer
'Usage
 
Dim instance As CodecsOverlayData
Dim value As Integer
 
instance.InfoYResolution = value
 
value = instance.InfoYResolution
public int InfoYResolution {get; set;}
@property (nonatomic, assign) unsigned int infoYResolution;
public int getInfoYResolution()
public void setInfoYResolution(int value)
            
 
get_InfoYResolution();
set_InfoYResolution(value);
Object.defineProperty('InfoYResolution');
public:
property int InfoYResolution {
   int get();
   void set (    int value);
}

Property Value

The overlay image vertical resolution in pixels per inch. If the Info property of this CodecsOverlayData object is true, you need to set this property to the overlay image vertical resolution, otherwise ignore.
Remarks
This property is output.
Example
For an example, refer to RasterCodecs.StartOverlay
Requirements

Target Platforms

See Also

Reference

CodecsOverlayData Class
CodecsOverlayData Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.