Xamarin.Forms

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

    Show / Hide Table of Contents

    Class PdfPortfolioSchema

    The class represents the collections of schema field

    Inheritance
    System.Object
    PdfPortfolioSchema
    Namespace: Syncfusion.Pdf
    Assembly: Syncfusion.Pdf.Portable.dll
    Syntax
    public class PdfPortfolioSchema : Object, IPdfWrapper

    Constructors

    PdfPortfolioSchema()

    Initialize the instance of the PdfPortfolioSchema class

    Declaration
    public PdfPortfolioSchema()

    Properties

    FieldKeys

    Get the field keys from schema field

    Declaration
    public string[] FieldKeys { get; }
    Property Value
    Type Description
    System.String[]

    The array of field keys

    Methods

    AddSchemaField(PdfPortfolioSchemaField)

    used to add the schema field into schema dictionary

    Declaration
    public void AddSchemaField(PdfPortfolioSchemaField field)
    Parameters
    Type Name Description
    PdfPortfolioSchemaField field

    The PdfPortfolioSchemaField,contains custom fields of the attached file

    GetSchemaField()

    used to retrieve the schema fields from schema dictionary

    Declaration
    public Dictionary<string, PdfPortfolioSchemaField> GetSchemaField()
    Returns
    Type Description
    System.Collections.Generic.Dictionary<System.String, PdfPortfolioSchemaField>

    RemoveField(String)

    used to remove the schema field from schema dictionary

    Declaration
    public void RemoveField(string key)
    Parameters
    Type Name Description
    System.String key

    The field key

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved