Pdf |
public sealed class PdfPortfolioFieldDictionary : PdfCollection<KeyValuePair<PdfName, PdfPortfolioField>>, IList, ICollection, IEnumerable, IList<KeyValuePair<PdfName, PdfPortfolioField>>, ICollection<KeyValuePair<PdfName, PdfPortfolioField>>, IEnumerable<KeyValuePair<PdfName, PdfPortfolioField>>
The PdfPortfolioFieldDictionary type exposes the following members.
Name | Description | |
---|---|---|
![]() | Item | Gets or sets the PdfPortfolioField associated with the specified PdfName key. |
Name | Description | |
---|---|---|
![]() | Add | Adds a new PdfPortfolioField with the specified data type and name to the PdfPortfolioFieldDictionary. Use the returned PdfName key to populate file field values and Portfolio folder field values and use the returned PdfPortfolioField value to customize it further. |
![]() | Contains | Determines whether the PdfPortfolioFieldDictionary contains the PdfPortfolioField with the specified PdfName key. |
![]() | Remove | Removes the PdfPortfolioField with the specified key from the PdfPortfolioFieldDictionary. |
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) |