Class ImageBehavior
Inheritance
System.Object
ImageBehavior
Assembly: IronPdf.dll
Syntax
public sealed class ImageBehavior : Enum
Fields
BottomLeftCornerOfPage
Image should be placed to the left bottom corner of the page
Declaration
public const ImageBehavior BottomLeftCornerOfPage
Field Value
BottomRightCornerOfPage
Image should be placed to the right bottom corner of the page
Declaration
public const ImageBehavior BottomRightCornerOfPage
Field Value
CenteredOnPage
Image should be placed on center of the page
Declaration
public const ImageBehavior CenteredOnPage
Field Value
CropPage
Page should fit to the image
Declaration
public const ImageBehavior CropPage
Field Value
FitToPage
Image should fit to the page
Declaration
public const ImageBehavior FitToPage
Field Value
FitToPageAndMaintainAspectRatio
Image should fit to the page and keep aspect ratio
Declaration
public const ImageBehavior FitToPageAndMaintainAspectRatio
Field Value
TopLeftCornerOfPage
Image should be placed to the left top corner of the page
Declaration
public const ImageBehavior TopLeftCornerOfPage
Field Value
TopRightCornerOfPage
Image should be placed to the right top corner of the page
Declaration
public const ImageBehavior TopRightCornerOfPage
Field Value
value__
Declaration
Field Value
| Type |
Description |
| System.Int32 |
|