ElementReaderBegin Method (Obj) |
Begin processing given content stream. The content stream may be
a Form XObject, Type3 glyph stream, pattern stream or any other content stream.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void Begin(
Obj content_stream
)
Public Sub Begin (
content_stream As Obj
)
public:
virtual void Begin(
[InAttribute] Obj^ content_stream
) sealed
function Begin(content_stream);
Parameters
- content_stream
- Type: pdftron.SDFObj
- A stream object representing the content stream (usually
a Form XObject).
Remarks When page processing is completed, make sure to call ElementReader.End().
See Also