Skip to content

PDFPortfolioItemAttributes

Namespace: O2S.Components.PDF4NET.Portfolios

Defines the attributes for a portfolio item.

public class PDFPortfolioItemAttributes

Inheritance ObjectPDFPortfolioItemAttributes

Remarks

The attributes keys must match the attribute definition keys.

Constructors

PDFPortfolioItemAttributes()

Initializes a new PDFPortfolioItemAttributes object.

public PDFPortfolioItemAttributes()

Properties

Item

public PDFCosObject Item { get; set; }

Property Value

PDFCosObject


Keys

Gets the list of attribute keys.

public String[] Keys { get; }

Property Value

String[]
An array of strings representing the attribute keys.