Enum PdfImagePosition
- Namespace
- Syncfusion.Pdf
- Assembly
- Syncfusion.Pdf.Portable.dll
Enum that represents the PDF image position.
public enum PdfImagePosition
Fields
BottomLeftCornerOfPage = 0The image will be placed in the left bottom corner of the page.
BottomRightCornerOfPage = 1The image will be placed in the right bottom corner of the page
CenteredOnPage = 2The image will be placed in the center of the page
CropPage = 3The page will be fit to the image
FitToPage = 4The image will be fit to the page
FitToPageAndMaintainAspectRatio = 5The image will be fit to the page and keep the aspect ratio
TopLeftCornerOfPage = 6The image will be placed in the left top corner of the page
TopRightCornerOfPage = 7The image will be placed in the right top corner of the page