ImageData Class |
Docentric Toolkit Help
Send Feedback |
Represents image data used by the elements such as Picture.
System.Object
Docentric.Documents.ObjectModel.Shapes.ImageData
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
The ImageData type exposes the following members.
Name | Description | |
---|---|---|
CropBottom | Defines the fraction of the image removal from the bottom side. The fraction is expressed by percentage of the image height. | |
CropLeft | Defines the fraction of the image removal from the left side. The fraction is expressed by percentage of the image width. | |
CropRight | Defines the fraction of the image removal from the right side. The fraction is expressed by percentage of the image width. | |
CropTop | Defines the fraction of the image removal from the top side. The fraction is expressed by percentage of the image height. |
Name | Description | |
---|---|---|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object) | |
FromBytes | Creates an ImageData object from the given byte array. | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
ToString | Returns a String that represents the current Object. (Inherited from Object) |