Click or drag to resize

Image Class

Word image handling
Inheritance Hierarchy
SystemObject
  SOWIDocument.WordImage

Namespace:  SOWIDocument.Word
Assembly:  SOWIDocument.Word (in SOWIDocument.Word.dll) Version: 22.2.10.1 (22.2.10.450)
Syntax
public class Image

The Image type exposes the following members.

Constructors
  NameDescription
Public methodImage
Initializes a new instance of the Image class. Constructor without parameter
Public methodImage(Document)
Initializes a new instance of the Image class. Constructor with parameter
Top
Properties
Methods
  NameDescription
Protected methodAdd(OpenXmlElement, String, Double, Double, String, Boolean)
Add the image at selection
Public methodCode exampleAdd(String, Double, Double, Double, Double, BannerPages)
Added an image to fix position (anchor in header)
Private methodAddImageToPart
Adds a image file to a open XML part (not into document content)
Private methodGetAnchor
Gives an anchor object with an image object back
Private methodGetDrawing
Gives a drawing object with an image back
Private methodGetGraphic
Gives a graphic object with an image back
Private methodGetInline
Gives an image box object back
Top
Extension Methods
  NameDescription
Public Extension MethodCode exampleConvertDateFromSQL
Convert SQL date include value null
(Defined by Extension.)
Public Extension MethodConvertDateToSQL
Convert C# date type to SQL date type
(Defined by Extension.)
Top
Remarks
As a sub object from Document.

Image add to bookmark see method AddImage(String, String, String, Boolean, Double, Double).

See Also