XFAFormExtractorSaveToFile Method
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Saves the content part to the file
Namespace:Bytescout.PDFExtractorAssembly: 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: Booleantrue if successful
Implements
IXFAFormExtractorSaveToFile(XFAFormContentType, Int32, String)See Also