Class PdfImagePosition
Enum that represents the PDF image position.
Inheritance
System.Object
PdfImagePosition
Namespace: Syncfusion.Pdf
Assembly: Syncfusion.Pdf.UWP.dll
Syntax
public sealed class PdfImagePosition : Enum
Fields
BottomLeftCornerOfPage
The image will be placed in the left bottom corner of the page.
Declaration
public const PdfImagePosition BottomLeftCornerOfPage
Field Value
Type |
---|
PdfImagePosition |
BottomRightCornerOfPage
The image will be placed in the right bottom corner of the page
Declaration
public const PdfImagePosition BottomRightCornerOfPage
Field Value
Type |
---|
PdfImagePosition |
CenteredOnPage
The image will be placed in the center of the page
Declaration
public const PdfImagePosition CenteredOnPage
Field Value
Type |
---|
PdfImagePosition |
CropPage
The page will be fit to the image
Declaration
public const PdfImagePosition CropPage
Field Value
Type |
---|
PdfImagePosition |
FitToPage
The image will be fit to the page
Declaration
public const PdfImagePosition FitToPage
Field Value
Type |
---|
PdfImagePosition |
FitToPageAndMaintainAspectRatio
The image will be fit to the page and keep the aspect ratio
Declaration
public const PdfImagePosition FitToPageAndMaintainAspectRatio
Field Value
Type |
---|
PdfImagePosition |
TopLeftCornerOfPage
The image will be placed in the left top corner of the page
Declaration
public const PdfImagePosition TopLeftCornerOfPage
Field Value
Type |
---|
PdfImagePosition |
TopRightCornerOfPage
The image will be placed in the right top corner of the page
Declaration
public const PdfImagePosition TopRightCornerOfPage
Field Value
Type |
---|
PdfImagePosition |