Xamarin.Forms

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

    Show / Hide Table of Contents

    Class PdfPortfolioSchemaFieldType

    indicates the type of the portfolio schema field.

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

    Fields

    CreationDate

    Represent the type of the portfolio schema field as creationdate

    Declaration
    public const PdfPortfolioSchemaFieldType CreationDate
    Field Value
    Type Description
    PdfPortfolioSchemaFieldType

    Date

    Represent the type of the portfolio schema field as date

    Declaration
    public const PdfPortfolioSchemaFieldType Date
    Field Value
    Type Description
    PdfPortfolioSchemaFieldType

    Description

    Represent the type of the portfolio schema field as description

    Declaration
    public const PdfPortfolioSchemaFieldType Description
    Field Value
    Type Description
    PdfPortfolioSchemaFieldType

    FileName

    Represent the type of the portfolio schema field as filename

    Declaration
    public const PdfPortfolioSchemaFieldType FileName
    Field Value
    Type Description
    PdfPortfolioSchemaFieldType

    ModDate

    Represent the type of the portfolio schema field as moddate

    Declaration
    public const PdfPortfolioSchemaFieldType ModDate
    Field Value
    Type Description
    PdfPortfolioSchemaFieldType

    Number

    Represent the type of the portfolio schema field as number

    Declaration
    public const PdfPortfolioSchemaFieldType Number
    Field Value
    Type Description
    PdfPortfolioSchemaFieldType

    Size

    Represent the type of the portfolio schema field as size

    Declaration
    public const PdfPortfolioSchemaFieldType Size
    Field Value
    Type Description
    PdfPortfolioSchemaFieldType

    String

    Represent the types as string

    Declaration
    public const PdfPortfolioSchemaFieldType String
    Field Value
    Type Description
    PdfPortfolioSchemaFieldType

    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