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
GetAttributes()
Remove the attributes from the portfolio
public PdfPortfolioSchemaCollection GetAttributes()
Returns
RemoveAttributes(string)
Remove the attributes from the portfolio
public void RemoveAttributes(string key)
Parameters
key
stringThe attribute key