Click or drag to resize

PdfDocumentSetPortfolio Method

Sets a new PdfPortfolio to the Portfolio property thus making the this PdfDocument a PDF Portfolio (a collection of file attachments).

This method also clears EmbeddedFiles collection so that a new PdfPortfolio is empty.


Namespace: SautinSoft.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public PdfPortfolio SetPortfolio()

Return Value

PdfPortfolio
A new PdfPortfolio set to the Portfolio property.
See Also