Click or drag to resize

Obj.Write 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.Filters.FilterWriter
The input stream where the Obj will be written to.
Remarks
This method can be invoked on any Obj.
See Also