Enumeration ImageBehavior

Describes how image should be placed on the PDF page

Enumeration Members

BottomLeftCornerOfPage: 5

Image should be placed to the left bottom corner of the page.

BottomRightCornerOfPage: 7

Image should be placed to the right bottom corner of the page.

CenteredOnPage: 0

Image should be placed on center of the page.

CropPage: 3

Page should fit to the image.

FitToPage: 1

Image should fit to the page.

FitToPageAndMaintainAspectRatio: 2

Image should fit to the page and keep aspect ratio.

TopLeftCornerOfPage: 4

Image should be placed to the left top corner of the page.

TopRightCornerOfPage: 6

Image should be placed to the right top corner of the page.

Generated using TypeDoc