Class PdfPortfolioSchema
The class represents the collections of schema field
Inheritance
System.Object
PdfPortfolioSchema
Implements
Namespace: Syncfusion.Pdf
Assembly: Syncfusion.Pdf.UWP.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 |
---|
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 |
Explicit Interface Implementations
IPdfWrapper.Element
Gets the element.
Declaration
IPdfPrimitive IPdfWrapper.Element { get; }
Returns
Type |
---|
IPdfPrimitive |