[]
Represents a shared Picture.
public class SharedPicture : SharedObject
Gets the bottom cropped edge, in percents of the source image height divided by 100. A positive percentage specifies an inset, while a negative percentage specifies an outset.
public float BottomCrop { get; }
Gets the image content type.
public string ContentType { get; }
Gets the value indicating if the source image should be cropped.
public bool HasCrop { get; }
Gets the image binary data.
public byte[] ImageData { get; }
Gets the path to image file.
public string ImageFilePath { get; }
Gets the left cropped edge, in percents of the source image width divided by 100. A positive percentage specifies an inset, while a negative percentage specifies an outset.
public float LeftCrop { get; }
Gets the opacity level between 0.0 (fully transparent) and 1.0 (fully opaque).
public float Opacity { get; }
Gets the right cropped edge, in percents of the source image width divided by 100. A positive percentage specifies an inset, while a negative percentage specifies an outset.
public float RightCrop { get; }
Gets the top cropped edge, in percents of the source image height divided by 100. A positive percentage specifies an inset, while a negative percentage specifies an outset.
public float TopCrop { get; }