 |
PdfPortfolioFile(String) Constructor |
Creates portfolio embedded file from the specified file.
Namespace: SelectPdfAssembly: Select.Pdf (in Select.Pdf.dll) Version: 26.2
Syntaxpublic PdfPortfolioFile(
string fileName
)
Public Sub New (
fileName As String
)
Parameters
- fileName String
- The full path to the existing file. The file name should include an extension.
See Also