Show / Hide Table of Contents

Enum ElementWriter.WriteMode

Enumeration describing the placement of the element written to a page.

Namespace: pdftron.PDF
Assembly: PDFNetAndroid.dll
Syntax
public enum 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

In This Article
Back to top Generated by DocFX