ElementWriterBegin Method (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)).
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void Begin(
Page page
)
Public Sub Begin (
page As Page
)
public:
virtual void Begin(
[InAttribute] Page^ page
) sealed
Parameters
- page
- Type: pdftron.PDFPage
The page to write content.
See Also