Link Search Menu Expand Document

IAttachmentExtractor Interface

Defines the PDF attachment extractor interface.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
public interface IAttachmentExtractor

The IAttachmentExtractor type exposes the following members.

Properties
NameDescription
Public propertyCount
Attachments count
Top
Methods
NameDescription
Public methodGetAttachmentInfo
Gets the detailed attachment information.
Public methodGetFileName
Gets the attachment filename.
Public methodGetSize
Gets the attachment size (in bytes).
Public methodSave(Int32, Stream)
Saves the attachment to stream.
Public methodSave(Int32, String)
Saves the attachment to specified file.
Public methodSaveToFile
Saves the attachment to specified file.
Public methodSaveToStream
Saves the attachment to stream.
Public methodSaveToVariant
Saves the attachment as array of bytes. This is COM/ActiveX-compatible version of the method SaveToStream(Int32, Stream).
Top
See Also

Reference