Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PdfHorizontalAlign - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PdfHorizontalAlign

    Defines PDF horizontal alignment.

    Inheritance
    System.Object
    PdfHorizontalAlign
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class PdfHorizontalAlign : Enum

    Fields

    Center

    Horizontal align is center

    Declaration
    public const PdfHorizontalAlign Center
    Field Value
    Type Description
    PdfHorizontalAlign

    Justify

    Horizontal align is justify.

    Declaration
    public const PdfHorizontalAlign Justify
    Field Value
    Type Description
    PdfHorizontalAlign

    Left

    Horizontal align is left

    Declaration
    public const PdfHorizontalAlign Left
    Field Value
    Type Description
    PdfHorizontalAlign

    Right

    Horizontal align is right

    Declaration
    public const PdfHorizontalAlign Right
    Field Value
    Type Description
    PdfHorizontalAlign

    value__

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