ImageInformation Class |
Namespace: SOWIDocument.Helper
The ImageInformation type exposes the following members.
| Name | Description | |
|---|---|---|
| ImageInformation |
Initializes a new instance of the ImageInformation class.
Constructor with parameter
|
| Name | Description | |
|---|---|---|
| cx |
Returns the width in EMUS (English Metric Units)
| |
| cy |
Returns the height in EMUS (English Metric Units)
| |
| HeightInCm |
Image height in cm
| |
| HeightInPx |
Image height in pixel
| |
| ImageFile |
Sets the Image file name and loads the Image object for later use
| |
| ImageObject |
Allows direct read/write access to the internal Image Object
| |
| WidthInCm |
Image width in cm
| |
| WidthInPx |
Image width in pixel
|
| Name | Description | |
|---|---|---|
| Resize |
Resizes the image and replaces the internal image object ImageObject with the new size
|
| Name | Description | |
|---|---|---|
| ConvertDateFromSQL |
Convert SQL date include value null
(Defined by Extension.) | |
| ConvertDateToSQL |
Convert C# date type to SQL date type
(Defined by Extension.) |