ElementWriterBegin Method |
Name | Description | |
---|---|---|
Begin(Page) | Begin writing to the given page.
By default, new content will be appended to the page, as foreground graphics.
It is possible to add new page content as background graphics by setting the
second parameter in begin method to 'true' (e.g. writer.Begin(page, true)).
| |
Begin(SDFDoc) | Begin writing an Element sequence to a new stream. Use this function to write
Elements to a content stream other than the page. For example, you can create
Form XObjects (See Section '4.9 Form XObjects' in PDF Reference for more details)
pattern streams, Type3 font glyph streams, etc.
| |
Begin(Obj, Boolean) | Begin.
| |
Begin(Page, ElementWriterWriteMode) | Begin writing to the given page.
| |
Begin(SDFDoc, Boolean) | Begin.
| |
Begin(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.
| |
Begin(Page, ElementWriterWriteMode, Boolean) |
By default, new content will be appended to the page, as foreground graphics.
It is possible to add new page content as background graphics by setting the
second parameter in begin method to 'true' (e.g. writer.Begin(page, true)).
| |
Begin(Page, ElementWriterWriteMode, Boolean, Boolean) | Begin writing to the given page.
| |
Begin(Page, ElementWriterWriteMode, Boolean, Boolean, Obj) | Begin writing to the given page.
By default, new content will be appended to the page, as foreground graphics.
It is possible to add new page content as background graphics by setting the
second parameter in begin method to 'true' (e.g. writer.Begin(page, true)).
|