AttachmentExtractorSave Method (Int32, String)ByteScout PDF Extractor SDK
Saves the attachment to specified file.

Namespace:  Bytescout.PDFExtractor
Assembly:  Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.1.4801-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