XFAFormExtractorSaveToStream 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 stream
Namespace:Bytescout.PDFExtractorAssembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
public bool SaveToStream( XFAFormContentType contentPartType, int index, Stream outputStream )
Parameters
- contentPartType
- Type: Bytescout.PDFExtractorXFAFormContentType
content type part - index
- Type: SystemInt32
index of the content part (the document may have 1 or more content parts of the same content type) - outputStream
- Type: System.IOStream
stream to write into
Return Value
Type: Booleanreturn true if successful
Implements
IXFAFormExtractorSaveToStream(XFAFormContentType, Int32, Stream)See Also