PageClear Method

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Clears content of the page.

Namespace:  Apitron.PDF.Kit.FixedLayout
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public void Clear()
Examples

C#
// load some multipage document in order to modify it.
FixedDocument document = new FixedDocument(loadedDocument);
...
document.Pages[3].Clear();
See Also

Reference