Class PicFormatOption
Class PicFormatOption
Namespace: Aspose.Cells.Drawing
Assembly: Aspose.Cells.dll (25.2.0)
Represents picture format option
public class PicFormatOption
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
PicFormatOption()
public PicFormatOption()
Properties
Bottom
Gets or sets the bottom offset for stretching picture.
public double Bottom { get; set; }
Property Value
Left
Gets or sets the left offset for stretching picture.
public double Left { get; set; }
Property Value
Right
Gets or sets the right offset for stretching picture.
public double Right { get; set; }
Property Value
Scale
Gets or sets how many the picture stack and scale with.
public double Scale { get; set; }
Property Value
Top
Gets or sets the top offset for stretching picture.
public double Top { get; set; }
Property Value
Type
Gets or sets the picture fill type.
public FillPictureType Type { get; set; }