Click or drag to resize

ElementWriterBegin Method

Overload List
  NameDescription
Public methodBegin(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)).
Public methodBegin(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.
Public methodBegin(Obj, Boolean)
Begin.
Public methodBegin(Page, ElementWriterWriteMode)
Begin writing to the given page.
Public methodBegin(SDFDoc, Boolean)
Begin.
Public methodBegin(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.
Public methodBegin(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)).
Public methodBegin(Page, ElementWriterWriteMode, Boolean, Boolean)
Begin writing to the given page.
Public methodBegin(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)).
Top
See Also