EmbeddedFile Class
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Represents the embedded file.
Inheritance Hierarchy
Bytescout.PDFEmbeddedFile
Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
The EmbeddedFile type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| EmbeddedFile(String) | Initializes a new instance of the EmbeddedFile class | |
| EmbeddedFile(Stream, String) | Initializes a new instance of the EmbeddedFile class |
Properties
| Name | Description | |
|---|---|---|
| FileName | Gets the value specifying the name of embedded file. |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| SaveEmbeddedFile(Stream) | Saves the embedded file to the specified stream. | |
| SaveEmbeddedFile(String) | Saves the embedded file to the specified file. | |
| ToString | (Inherited from Object.) |
See Also