ElementWriterBegin Method (Obj, Boolean) |
Begin.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void Begin(
Obj stream_obj_to_update,
bool compress
)
Public Sub Begin (
stream_obj_to_update As Obj,
compress As Boolean
)
public:
virtual void Begin(
[InAttribute] Obj^ stream_obj_to_update,
[InAttribute] bool compress
) sealed
function Begin(stream_obj_to_update, compress);
Parameters
- stream_obj_to_update
- Type: pdftron.SDFObj
the streamobj_to_update
- compress
- Type: SystemBoolean
the compress
See Also