Click or drag to resize

ObjSetStreamData 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: SystemByte
The buffer contain new content stream
filter
Type: pdftron.FiltersIFilter
The filter to chain to the stream.
See Also