Link Search Menu Expand Document

AttachmentExtractorGetSize Method

Gets the attachment size (in bytes).

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

Parameters

index
Type: SystemInt32
Attachment index.

Return Value

Type: Int32
Attachment size in bytes.

Implements

IAttachmentExtractorGetSize(Int32)
Exceptions
ExceptionCondition
PDFExtractorException
See Also

Reference