LEADTOOLS Image File Support (Leadtools.Codecs assembly)

YResolution Property (CodecsStartDecompressOptions)

Show in webframe







Gets or sets a value indicating the vertical, in dots per inch of the image data.
Syntax
public int YResolution {get; set;}
'Declaration
 
Public Property YResolution As Integer
'Usage
 
Dim instance As CodecsStartDecompressOptions
Dim value As Integer
 
instance.YResolution = value
 
value = instance.YResolution
public int YResolution {get; set;}
@property (nonatomic, assign) unsigned int yResolution;
public int getYResolution()
public void setYResolution(int value)
            
 
get_YResolution();
set_YResolution(value);
Object.defineProperty('YResolution');
public:
property int YResolution {
   int get();
   void set (    int value);
}

Property Value

The vertical resolution, in dots per inch of the image data.
Example
For an example, refer to RasterCodecs.StartDecompress.
Requirements

Target Platforms

See Also

Reference

CodecsStartDecompressOptions Structure
CodecsStartDecompressOptions Members

 

 


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