Represents image data used by the elements such as Picture.

System.Object
  Docentric.Documents.ObjectModel.Shapes.ImageData

Namespace: Docentric.Documents.ObjectModel.Shapes
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public class ImageData : ICloneable

The ImageData type exposes the following members.

Name Description
Public member CropBottom Defines the fraction of the image removal from the bottom side. The fraction is expressed by percentage of the image height.
Public member CropLeft Defines the fraction of the image removal from the left side. The fraction is expressed by percentage of the image width.
Public member CropRight Defines the fraction of the image removal from the right side. The fraction is expressed by percentage of the image width.
Public member CropTop Defines the fraction of the image removal from the top side. The fraction is expressed by percentage of the image height.
Name Description
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object)
Public methodStatic member FromBytes Creates an ImageData object from the given byte array.
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object)
Public method GetType Gets the Type of the current instance. (Inherited from Object)
Public method ToString Returns a String that represents the current Object. (Inherited from Object)