Click or drag to resize

PdfPortfolioFieldDictionary Class

Represents a collection of PdfPortfolioFields. Each PdfPortfolioField has a PdfName key chosen by the conforming writer, which shall be used to associate a field with data in a file or a Portfolio folder.
Inheritance Hierarchy
SystemObject
  SautinSoft.PdfPdfObject
    SautinSoft.PdfPdfCollection
      SautinSoft.PdfPdfCollectionKeyValuePairPdfName, PdfPortfolioField
        SautinSoft.Pdf.PortfoliosPdfPortfolioFieldDictionary

Namespace: SautinSoft.Pdf.Portfolios
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax
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.

Properties
 NameDescription
Public propertyItem Gets or sets the PdfPortfolioField associated with the specified PdfName key.
Top
Methods
 NameDescription
Public methodAdd

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.

Public methodContains Determines whether the PdfPortfolioFieldDictionary contains the PdfPortfolioField with the specified PdfName key.
Public methodRemove Removes the PdfPortfolioField with the specified key from the PdfPortfolioFieldDictionary.
Top
Extension Methods
 NameDescription
Public Extension MethodGetArray Gets the PdfArray that serves as a backing storage of the specified PdfCollection.
(Defined by PdfObjectExtensions)
Public Extension MethodGetArray 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)
Public Extension MethodGetDictionary Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions)
Public Extension MethodGetOrAddArray Gets the PdfArray that serves as a backing storage of the specified PdfCollection.
(Defined by PdfObjectExtensions)
Public Extension MethodGetOrAddDictionary Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions)
Top
See Also