Enum ImageBehavior
Describes how image should be placed on the PDF page
Namespace: IronPdf
Assembly: IronPdf.dll
Syntax
public enum ImageBehavior
Fields
Name | Description |
---|---|
BottomLeftCornerOfPage | Image should be placed to the left bottom corner of the page |
BottomRightCornerOfPage | Image should be placed to the right bottom corner of the page |
CenteredOnPage | Image should be placed on center of the page |
CropPage | Page should fit to the image |
FitToPage | Image should fit to the page |
TopLeftCornerOfPage | Image should be placed to the left top corner of the page |
TopRightCornerOfPage | Image should be placed to the right top corner of the page |