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
)
Public Sub Write (
stream As FilterWriter
)
public:
virtual void Write(
[InAttribute] FilterWriter^ stream
) sealed
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