Image Class |
Namespace: SOWIDocument.Word
The Image type exposes the following members.
| Name | Description | |
|---|---|---|
| Image |
Initializes a new instance of the Image class.
Constructor without parameter
| |
| Image(Document) |
Initializes a new instance of the Image class.
Constructor with parameter
|
| Name | Description | |
|---|---|---|
| HeightInCm |
Image height in cm.
Available after to run the method Add(String, Double, Double, Double, Double, BannerPages).
| |
| WidthInCm |
Image width in cm.
Available after to run the method Add(String, Double, Double, Double, Double, BannerPages).
|
| Name | Description | |
|---|---|---|
| Add(OpenXmlElement, String, Double, Double, String, Boolean) |
Add the image at selection
| |
| Add(String, Double, Double, Double, Double, BannerPages) |
Added an image to fix position (anchor in header)
| |
| AddImageToPart |
Adds a image file to a open XML part (not into document content)
| |
| GetAnchor |
Gives an anchor object with an image object back
| |
| GetDrawing |
Gives a drawing object with an image back
| |
| GetGraphic |
Gives a graphic object with an image back
| |
| GetInline |
Gives an image box object back
|
| Name | Description | |
|---|---|---|
| ConvertDateFromSQL |
Convert SQL date include value null
(Defined by Extension.) | |
| ConvertDateToSQL |
Convert C# date type to SQL date type
(Defined by Extension.) |