Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

InfoYResolution Property








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) NSUInteger infoYResolution
public int getInfoYResolution()
public void setInfoYResolution(int value)
            
 <br/>get_InfoYResolution();<br/>set_InfoYResolution(value);<br/>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

Error processing SSI file