Class PdfPortfolioSchema
The class represents the collections of schema field
Inheritance
System.Object
PdfPortfolioSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Pdf
Assembly: Syncfusion.Pdf.Base.dll
Syntax
public class PdfPortfolioSchema : 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 |
---|
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 |