PicFormatOption

PicFormatOption class

Represents picture format option

Constructors

NameDescription
PicFormatOption

Properties

NameTypeDescription
TypeintGets or sets the picture fill type. The value of the property is FillPictureType integer constant.
ScalefloatGets or sets how many the picture stack and scale with.
LeftfloatGets or sets the left offset for stretching picture.
TopfloatGets or sets the top offset for stretching picture.
BottomfloatGets or sets the bottom offset for stretching picture.
RightfloatGets or sets the right offset for stretching picture.

PicFormatOption()

PicFormatOption.Type property

Gets or sets the picture fill type. The value of the property is FillPictureType integer constant.

Type: int

PicFormatOption.Scale property

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

Type: float

PicFormatOption.Left property

Gets or sets the left offset for stretching picture.

Type: float

PicFormatOption.Top property

Gets or sets the top offset for stretching picture.

Type: float

PicFormatOption.Bottom property

Gets or sets the bottom offset for stretching picture.

Type: float

Gets or sets the right offset for stretching picture.

Type: float