Click or drag to resize
Pdf Library for .NET

PdfPortfolioFilesCollection Class

Manage pdf portfolio embedded files.
Inheritance Hierarchy
SystemObject
  SelectPdfPdfPortfolioFilesCollection

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public class PdfPortfolioFilesCollection

The PdfPortfolioFilesCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets number of the elements in the PdfPortfolioFilesCollection collection.
Public propertyItem
Gets the PdfPortfolioFile at the specified index.
Top
Methods
  NameDescription
Public methodAdd
Adds a new element to the files collection.
Public methodRemove
Removes the element at the specified index from the collection.
Top
See Also