Enum PdfImagePosition
Enum that represents the PDF image position.
Namespace: Syncfusion.Pdf
Assembly: Syncfusion.Pdf.Base.dll
Syntax
public enum PdfImagePosition
Fields
| Name | Description |
|---|---|
| BottomLeftCornerOfPage | The image will be placed in the left bottom corner of the page. |
| BottomRightCornerOfPage | The image will be placed in the right bottom corner of the page |
| CenteredOnPage | The image will be placed in the center of the page |
| CropPage | The page will be fit to the image |
| FitToPage | The image will be fit to the page |
| FitToPageAndMaintainAspectRatio | The image will be fit to the page and keep the aspect ratio |
| TopLeftCornerOfPage | The image will be placed in the left top corner of the page |
| TopRightCornerOfPage | The image will be placed in the right top corner of the page |