Table of Contents

Class PdfPortfolioSchema

Namespace
Syncfusion.Pdf
Assembly
Syncfusion.Pdf.Portable.dll

The class represents the collections of schema field

public class PdfPortfolioSchema
Inheritance
PdfPortfolioSchema
Inherited Members

Constructors

PdfPortfolioSchema()

Initialize the instance of the PdfPortfolioSchema class

public PdfPortfolioSchema()

Properties

FieldKeys

Get the field keys from schema field

public string[] FieldKeys { get; }

Property Value

string[]

The array of field keys

Methods

AddSchemaField(PdfPortfolioSchemaField)

used to add the schema field into schema dictionary

public void AddSchemaField(PdfPortfolioSchemaField field)

Parameters

field PdfPortfolioSchemaField

The PdfPortfolioSchemaField,contains custom fields of the attached file

GetSchemaField()

used to retrieve the schema fields from schema dictionary

public Dictionary<string, PdfPortfolioSchemaField> GetSchemaField()

Returns

Dictionary<string, PdfPortfolioSchemaField>

RemoveField(string)

used to remove the schema field from schema dictionary

public void RemoveField(string key)

Parameters

key string

The field key