Xamarin.Forms

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

    Show / Hide Table of Contents

    Class PdfEdge

    Represents the edges of the page.

    Inheritance
    System.Object
    PdfEdge
    Namespace: Syncfusion.Pdf
    Assembly: Syncfusion.Pdf.Portable.dll
    Syntax
    public sealed class PdfEdge : Enum

    Fields

    Bottom

    Indicates the bottom edge of the page

    Declaration
    public const PdfEdge Bottom
    Field Value
    Type Description
    PdfEdge

    Left

    Indicates the left edge of the page

    Declaration
    public const PdfEdge Left
    Field Value
    Type Description
    PdfEdge

    Right

    Indicates the right edge of the page.

    Declaration
    public const PdfEdge Right
    Field Value
    Type Description
    PdfEdge

    Top

    Indicates the top edge of the page

    Declaration
    public const PdfEdge Top
    Field Value
    Type Description
    PdfEdge

    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