Click or drag to resize
Pdf Library for .NET

PdfPortfolioFile(String, Byte) Constructor

Creates portfolio embedded file with the specified name from the byte array.

Namespace: SelectPdf
Assembly: Select.Pdf (in Select.Pdf.dll) Version: 26.2
Syntax
public PdfPortfolioFile(
	string fileName,
	byte[] fileBytes
)

Parameters

fileName  String
Name of the file. The file name should include an extension.
fileBytes  Byte
Binary representation of the file.
See Also