Free Trial
Web API version
Licensing
Request A Quote
HAVE QUESTIONS OR NEED HELP? SUBMIT THE SUPPORT REQUEST FORM or write email to SUPPORT@BYTESCOUT.COM
Defines the PDF attachment extractor interface.
Namespace: Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.1.4801-master
Syntax
The IAttachmentExtractor type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Count |
Attachments count
|
Methods
| Name | Description | |
|---|---|---|
| GetAttachmentInfo |
Gets the detailed attachment information.
| |
| GetFileName |
Gets the attachment filename.
| |
| GetSize |
Gets the attachment size (in bytes).
| |
| Save(Int32, Stream) |
Saves the attachment to stream.
| |
| Save(Int32, String) |
Saves the attachment to specified file.
| |
| SaveToFile |
Saves the attachment to specified file.
| |
| SaveToStream |
Saves the attachment to stream.
| |
| SaveToVariant |
Saves the attachment as array of bytes.
This is COM/ActiveX-compatible version of the method SaveToStream(Int32, Stream).
|
See Also