Table of Contents

Class PdfPortfolioAttributes

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

The class represents attributes of attached files in the portfolio such as Title,Name,Author..etc

public class PdfPortfolioAttributes
Inheritance
PdfPortfolioAttributes
Inherited Members

Constructors

PdfPortfolioAttributes()

Initialize the instance of the class PdfPortfolioAttributes

public PdfPortfolioAttributes()

Properties

AttributesKey

Gets attribute keys

public string[] AttributesKey { get; }

Property Value

string[]

The array of attribute keys

Methods

AddAttributes(string, string)

Add the attributes into portfolio

public void AddAttributes(string key, string value)

Parameters

key string

The attribute key such as name,date,author..etc

value string

The attribute value

GetAttributes()

Remove the attributes from the portfolio

public PdfPortfolioSchemaCollection GetAttributes()

Returns

PdfPortfolioSchemaCollection

RemoveAttributes(string)

Remove the attributes from the portfolio

public void RemoveAttributes(string key)

Parameters

key string

The attribute key