Click or drag to resize

Image Class

MS Word image handling
Inheritance Hierarchy
SystemObject
  SIC.OpenDocumentFormat.MSWordImage

Namespace:  SIC.OpenDocumentFormat.MSWord
Assembly:  SIC.OpenDocumentFormat (in SIC.OpenDocumentFormat.dll) Version: 19.1.23.1 (19.1.23.622)
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
Methods
  NameDescription
Public methodCode exampleAdd(String, Double, Double, Double, Double)
Added an image to fix position (anchor)
Protected methodAdd(OpenXmlElement, String, Double, Double, String, Boolean)
Add the image at selection
Private methodAddImageToPart
Adds a image file to a open XML part (not into document content)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
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
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Private methodGetInline
Gives an image box object back
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodGetObjectToBytes
Convert an object to byte array
(Defined by Extensions.)
Public Extension MethodIsNumber
Check is value a number
(Defined by Convert.)
Public Extension MethodToHTMLDisplay(DataGrid, TempDataDictionary)Overloaded. (Defined by Extensions.)
Public Extension MethodCode exampleToHTMLDisplay(String, DataGridDataTypes, String, String, String, String, TempDataDictionary)Overloaded.
Gives HTML code for display.
(Defined by Extensions.)
Public Extension MethodToHTMLEditor(DataGrid, TempDataDictionary, String)Overloaded. (Defined by Extensions.)
Public Extension MethodToHTMLEditor(String, DataGridDataTypes, String, String, String, TempDataDictionary, Boolean, String, DataPlacements, String, String)Overloaded.
Gives HTML code for Input field
(Defined by Extensions.)
Public Extension MethodCode exampleToHTMLHidden(String)Overloaded.
Gives HTML code for hidden data
(Defined by Extensions.)
Public Extension MethodToHTMLHidden(DataGrid)Overloaded.
Gives HTML code for hidden data
(Defined by Extensions.)
Public Extension MethodXMLWrite
Gives XML string from data item
(Defined by Helper.)
Top
Remarks
As a sub object from Document
See Also