Enum ElementWriter.WriteMode
Enumeration describing the placement of the element written to a page.
Namespace: pdftron.PDF
Assembly: PDFNet.dll
Syntax
public enum ElementWriter.WriteMode
Fields
Name | Description |
---|---|
e_overlay | element appears on top of the existing graphics |
e_replacement | element will replace current page contents |
e_underlay | element is put in the background layer of the page |