Link Search Menu Expand Document

AttachmentExtractorGetFileName Method

Gets the attachment filename.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
public string GetFileName(
	int index
)

Parameters

index
Type: SystemInt32
Attachment index.

Return Value

Type: String
Attachment filename.

Implements

IAttachmentExtractorGetFileName(Int32)
Exceptions
ExceptionCondition
PDFExtractorException
See Also

Reference