Table of Contents

Enum PdfImagePosition

Namespace
Syncfusion.Pdf
Assembly
Syncfusion.Pdf.Portable.dll

Enum that represents the PDF image position.

public enum PdfImagePosition

Fields

BottomLeftCornerOfPage = 0

The image will be placed in the left bottom corner of the page.

BottomRightCornerOfPage = 1

The image will be placed in the right bottom corner of the page

CenteredOnPage = 2

The image will be placed in the center of the page

CropPage = 3

The page will be fit to the image

FitToPage = 4

The image will be fit to the page

FitToPageAndMaintainAspectRatio = 5

The image will be fit to the page and keep the aspect ratio

TopLeftCornerOfPage = 6

The image will be placed in the left top corner of the page

TopRightCornerOfPage = 7

The image will be placed in the right top corner of the page