Click or drag to resize

ImageInformation Class

Information about an image object and his handling example resize
Inheritance Hierarchy
SystemObject
  SOWIDocument.HelperImageInformation

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

The ImageInformation type exposes the following members.

Constructors
  NameDescription
Public methodImageInformation
Initializes a new instance of the ImageInformation class. Constructor with parameter
Top
Properties
  NameDescription
Public propertycx
Returns the width in EMUS (English Metric Units)
Public propertycy
Returns the height in EMUS (English Metric Units)
Public propertyHeightInCm
Image height in cm
Public propertyHeightInPx
Image height in pixel
Public propertyImageFile
Sets the Image file name and loads the Image object for later use
Public propertyImageObject
Allows direct read/write access to the internal Image Object
Public propertyWidthInCm
Image width in cm
Public propertyWidthInPx
Image width in pixel
Top
Methods
  NameDescription
Public methodResize
Resizes the image and replaces the internal image object ImageObject with the new size
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
See Also