Link Search Menu Expand Document

AttachmentExtractorSave Method (Int32, String)

Saves the attachment to specified file.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
public bool Save(
	int index,
	string filename
)

Parameters

index
Type: SystemInt32
Attachment index.
filename
Type: SystemString
Output file name.

Return Value

Type: Boolean
True if successful.

Implements

IAttachmentExtractorSave(Int32, String)
Exceptions
ExceptionCondition
PDFExtractorException
See Also

Reference