Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

YResolution Property (RasterDefaults)








Gets or sets the vertical resolution used when creating new RasterImage objects.
Syntax
public static int YResolution {get; set;}
'Declaration
 
Public Shared Property YResolution As Integer
'Usage
 
Dim value As Integer
 
RasterDefaults.YResolution = value
 
value = RasterDefaults.YResolution
public static int YResolution {get; set;}
+(unsigned int)yResolution;
+(void)yResolution:(unsigned int)value;
            
 <br/>get_YResolution();<br/>set_YResolution(value);<br/>Object.defineProperty('YResolution'); 
public:
static property int YResolution {
   int get();
   void set (    int value);
}

Property Value

An integer value that specifies the vertical resolution used when creating new RasterImage objects. This value must be an integer value greater than zero.
Example
For an example, refer to RasterDefaults.
Requirements

Target Platforms

See Also

Reference

RasterDefaults Class
RasterDefaults Members

Error processing SSI file