ElementWriter.Begin 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
Syntaxpublic void Begin(
Page page
)
Public Sub Begin (
page As Page
)
public:
virtual void Begin(
[InAttribute] Page^ page
) sealed
Parameters
- page
- Type: pdftron.PDF.Page
The page to write content.
See Also