Link Search Menu Expand Document

IXFAFormExtractorGetCount Method

Returns count of XFA Form attachments of specified type.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
int GetCount(
	Nullable<XFAFormContentType> contentPartType
)

Parameters

contentPartType
Type: SystemNullableXFAFormContentType
Type of XFA Form attachment. If null, method returns total count of XFA attachments.

Return Value

Type: Int32

[Missing <returns> documentation for "M:Bytescout.PDFExtractor.IXFAFormExtractor.GetCount(System.Nullable{Bytescout.PDFExtractor.XFAFormContentType})"]

Exceptions
ExceptionCondition
PDFExtractorException
See Also

Reference