Link Search Menu Expand Document

EmbeddedFile Class

Represents the embedded file.
Inheritance Hierarchy
SystemObject
Bytescout.PDFEmbeddedFile

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public class EmbeddedFile

The EmbeddedFile type exposes the following members.

Constructors
NameDescription
Public methodEmbeddedFile(String)
Initializes a new instance of the EmbeddedFile class
Public methodEmbeddedFile(Stream, String)
Initializes a new instance of the EmbeddedFile class
Top
Properties
NameDescription
Public propertyFileName
Gets the value specifying the name of embedded file.
Top
Methods
NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSaveEmbeddedFile(Stream)
Saves the embedded file to the specified stream.
Public methodSaveEmbeddedFile(String)
Saves the embedded file to the specified file.
Public methodToString (Inherited from Object.)
Top
See Also

Reference