Link Search Menu Expand Document

XFAFormExtractorSaveToFile Method

Saves the content part to the file

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
public bool SaveToFile(
	XFAFormContentType contentPartType,
	int index,
	string filename
)

Parameters

contentPartType
Type: Bytescout.PDFExtractorXFAFormContentType
content part type
index
Type: SystemInt32
index of the content part (the document may have 1 or more content parts of the same content type)
filename
Type: SystemString
filename to save into

Return Value

Type: Boolean
true if successful

Implements

IXFAFormExtractorSaveToFile(XFAFormContentType, Int32, String)
See Also

Reference