|
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
)
Public Sub New (
fileName As String
)
Parameters
- fileName
- Type: SystemString
The full path to the existing file. The file name should include an extension.
See Also