Click or drag to resize

ElementWriterBegin Method (Obj, Boolean, Obj)

Begin writing an Element sequence to a stream. Use this function to write Elements to a content stream which will replace an existing content stream in an object passed as a parameter.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void Begin(
	Obj stream_obj_to_update,
	bool compress,
	Obj resources
)

Parameters

stream_obj_to_update
Type: pdftron.SDFObj
the streamobj_to_update
compress
Type: SystemBoolean
the compress
resources
Type: pdftron.SDFObj
the resource dictionary in which to store resources for the final page. By default, a new resource dictionary will be created.
Exceptions
ExceptionCondition
[!:PDFNetException] PDFNetException the PDFNet exception
See Also