PicFormatOption

PicFormatOption class

Represents picture format option

class PicFormatOption;

Constructors

NameDescription
constructor()Default Constructor.

Properties

PropertyTypeDescription
typeFillPictureTypeGets or sets the picture fill type.
scalenumberGets or sets how many the picture stack and scale with.
leftnumberGets or sets the left offset for stretching picture.
topnumberGets or sets the top offset for stretching picture.
bottomnumberGets or sets the bottom offset for stretching picture.
rightnumberGets or sets the right offset for stretching picture.

constructor()

Default Constructor.

constructor();

type

Gets or sets the picture fill type.

type : FillPictureType;

scale

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

scale : number;

left

Gets or sets the left offset for stretching picture.

left : number;

top

Gets or sets the top offset for stretching picture.

top : number;

bottom

Gets or sets the bottom offset for stretching picture.

bottom : number;

right

Gets or sets the right offset for stretching picture.

right : number;