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
)
Public Sub Begin (
stream_obj_to_update As Obj,
compress As Boolean,
resources As Obj
)
public:
virtual void Begin(
[InAttribute] Obj^ stream_obj_to_update,
[InAttribute] bool compress,
[InAttribute] Obj^ resources
) sealed
function Begin(stream_obj_to_update, compress, 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 Exception | Condition |
---|
[!:PDFNetException] | PDFNetException the PDFNet exception |
See Also