Class PicFormatOption

Class PicFormatOption

Namespace: Aspose.Cells.Drawing
Assembly: Aspose.Cells.dll (25.2.0)

Represents picture format option

public class PicFormatOption

Inheritance

objectPicFormatOption

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

double

Left

Gets or sets the left offset for stretching picture.

public double Left { get; set; }

Property Value

double

Right

Gets or sets the right offset for stretching picture.

public double Right { get; set; }

Property Value

double

Scale

Gets or sets how many the picture stack and scale with.

public double Scale { get; set; }

Property Value

double

Top

Gets or sets the top offset for stretching picture.

public double Top { get; set; }

Property Value

double

Type

Gets or sets the picture fill type.

public FillPictureType Type { get; set; }

Property Value

FillPictureType