Pdf |
public sealed class PdfPortfolioFieldValueDictionary : PdfCollection<KeyValuePair<PdfName, PdfPortfolioFieldValue>>, IList, ICollection, IEnumerable, IList<KeyValuePair<PdfName, PdfPortfolioFieldValue>>, ICollection<KeyValuePair<PdfName, PdfPortfolioFieldValue>>, IEnumerable<KeyValuePair<PdfName, PdfPortfolioFieldValue>>
The PdfPortfolioFieldValueDictionary type exposes the following members.
Name | Description | |
---|---|---|
Item | Gets or sets the PdfPortfolioFieldValue associated with the specified PdfName key. |
Name | Description | |
---|---|---|
Add | Adds the specified PdfPortfolioFieldValue to the PdfPortfolioFieldValueDictionary under the specified PdfName key. | |
Contains | Determines whether the PdfPortfolioFieldValueDictionary contains the PdfPortfolioFieldValue with the specified PdfName key. | |
Remove | Removes the PdfPortfolioFieldValue with the specified key from the PdfPortfolioFieldValueDictionary. | |
TryGet | Gets the PdfPortfolioFieldValue associated with the specified PdfName key. |
Name | Description | |
---|---|---|
GetArray |
Gets the PdfArray that serves as a backing storage of the specified PdfCollection.
(Defined by PdfObjectExtensions) | |
GetArray |
Gets the PdfArray that serves as a backing storage of the specified PdfObject or if no PdfArray serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions) | |
GetDictionary |
Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions) | |
GetOrAddArray |
Gets the PdfArray that serves as a backing storage of the specified PdfCollection.
(Defined by PdfObjectExtensions) | |
GetOrAddDictionary |
Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions) |