iSpring.Image Interface
The Image interface provides information about picture used as presenter photo or company logo.
| Properties |
|
Property |
Value Type |
Access |
Default value |
Property description |
|
Width |
int |
Read only |
|
Returns image width |
|
Height |
int |
Read only |
|
Returns image height |
| Methods |
|
Method |
Method description |
|
void Export(string path, int width, int height, int jpegQuality); |
Exports the image to the file with specified path. File format depends on the file extension and can be one of followings: |
See also