Link Search Menu Expand Document

XFAFormExtractorSaveToStream Method

Saves the content part to the stream

Namespace:Bytescout.PDFExtractor
Assembly: 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: Boolean
return true if successful

Implements

IXFAFormExtractorSaveToStream(XFAFormContentType, Int32, Stream)
See Also

Reference