Click or drag to resize

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
)

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