Click or drag to resize

Obj.SetStreamData Method (Byte[], IFilter)

Sets the stream data of this Obj. This method allows to replacing the content stream with a new one without creating a new object.

Namespace:  pdftron.SDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetStreamData(
	byte[] buffer,
	IFilter filter
)

Parameters

buffer
Type:System.Byte[]
The buffer contain new content stream
filter
Type: pdftron.Filters.IFilter
The filter to chain to the stream.
See Also