Click or drag to resize
Pdf Library for .NET

PdfPortfolioFile Constructor (String)

Creates portfolio embedded file from the specified file.

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public PdfPortfolioFile(
	string fileName
)

Parameters

fileName
Type: SystemString
The full path to the existing file. The file name should include an extension.
See Also