Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PdfImagePosition

    Show / Hide Table of Contents

    Class PdfImagePosition

    Enum that represents the PDF image position.

    Inheritance
    System.Object
    PdfImagePosition
    Namespace: Syncfusion.Pdf
    Assembly: Syncfusion.Pdf.Portable.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 Description
    PdfImagePosition

    BottomRightCornerOfPage

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

    Declaration
    public const PdfImagePosition BottomRightCornerOfPage
    Field Value
    Type Description
    PdfImagePosition

    CenteredOnPage

    The image will be placed in the center of the page

    Declaration
    public const PdfImagePosition CenteredOnPage
    Field Value
    Type Description
    PdfImagePosition

    CropPage

    The page will be fit to the image

    Declaration
    public const PdfImagePosition CropPage
    Field Value
    Type Description
    PdfImagePosition

    FitToPage

    The image will be fit to the page

    Declaration
    public const PdfImagePosition FitToPage
    Field Value
    Type Description
    PdfImagePosition

    FitToPageAndMaintainAspectRatio

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

    Declaration
    public const PdfImagePosition FitToPageAndMaintainAspectRatio
    Field Value
    Type Description
    PdfImagePosition

    TopLeftCornerOfPage

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

    Declaration
    public const PdfImagePosition TopLeftCornerOfPage
    Field Value
    Type Description
    PdfImagePosition

    TopRightCornerOfPage

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

    Declaration
    public const PdfImagePosition TopRightCornerOfPage
    Field Value
    Type Description
    PdfImagePosition

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved