ElementWriterBegin Method (Page, ElementWriterWriteMode) |
Begin writing to the given page.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void Begin(
Page page,
ElementWriterWriteMode placement
)
Public Sub Begin (
page As Page,
placement As ElementWriterWriteMode
)
public:
virtual void Begin(
[InAttribute] Page^ page,
[InAttribute] ElementWriterWriteMode placement
) sealed
function Begin(page, placement);
Parameters
- page
- Type: pdftron.PDFPage
The page to write content.
- placement
- Type: pdftron.PDFElementWriterWriteMode
An optional flag indicating whether the new content should
be added as a foreground or background layer to the existing page. By default, the new
content will appear on top of the existing graphics.
See Also