IXFAFormExtractorSaveToFile Method ByteScout PDF Extractor SDK
Saves the XFA Form attachment to specified file.

Namespace:  Bytescout.PDFExtractor
Assembly:  Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.1.4801-master
Syntax

bool SaveToFile(
	XFAFormContentType contentPartType,
	int index,
	string filename
)

Parameters

contentPartType
Type: Bytescout.PDFExtractorXFAFormContentType
Type of XFA Form attachment.
index
Type: SystemInt32
Index of attachment of specified type.
filename
Type: SystemString
Output file name.

Return Value

Type: Boolean
True if successfull.
Exceptions

ExceptionCondition
PDFExtractorException
See Also

Reference