ImageInformation Class | ![]() |
Namespace: SIC.OpenDocumentFormat
The ImageInformation type exposes the following members.
Name | Description | |
---|---|---|
![]() | ImageInformation |
Initializes a new instance of the ImageInformation class.
Constructor without parameter
|
![]() | ImageInformation(String) |
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 |
Sets the height in cm (note this is a user set to calculate cy. Leave blank for the class to calculate the cy based on pixels)
|
![]() | HeightInPx |
Image height in pixel
|
![]() | Id |
Required to set the image id which needs to be unique in the document
which is important if you're adding several images
|
![]() | 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 |
Sets the width in cm (note this is a user set to calculate cx. Leave blank for the class to calculate the cx based on pixels)
|
![]() | WidthInPx |
Image width in pixel
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Resize |
Resizes the image and replaces the internal image object ImageObject with the new size
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |