Click or drag to resize

ObjWrite Method

Writes the Obj to the output stream.

Namespace:  pdftron.SDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void Write(
	FilterWriter stream
)

Parameters

stream
Type: pdftron.FiltersFilterWriter
The input stream where the Obj will be written to.
Remarks
This method can be invoked on any Obj.
See Also