Click or drag to resize
Pdf Library for .NET

PdfPortfolioFile Class

Manage a pdf portfolio embedded file.
Inheritance Hierarchy
SystemObject
  SelectPdfPdfPortfolioFile

Namespace: SelectPdf
Assembly: Select.Pdf (in Select.Pdf.dll) Version: 26.2
Syntax
public class PdfPortfolioFile

The PdfPortfolioFile type exposes the following members.

Constructors
 NameDescription
Public methodPdfPortfolioFile(String) Creates portfolio embedded file from the specified file.
Public methodPdfPortfolioFile(String, Byte) Creates portfolio embedded file with the specified name from the byte array.
Public methodPdfPortfolioFile(String, Stream) Creates portfolio embedded file with the specified name from stream.
Top
Properties
 NameDescription
Public propertyCode exampleContent Returns the binary content of the embedded file.
Public propertyContentAsStream Returns the binary stream of the embedded file.
Public propertyCreationDate Creation date of the pdf portfolio embedded file.
Public propertyDescription Description of the pdf portfolio embedded file.
Public propertyModificationDate Modification date of the pdf portfolio embedded file.
Public propertyName Name of the pdf portfolio embedded file.
Top
See Also