Click or drag to resize

NEWPAGEPOS Enumeration

Describes the position of a new page inserted into the document.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
[GuidAttribute("7AC32535-C206-4348-B085-340BF769DB0F")]
public enum NEWPAGEPOS
Members
  Member nameValueDescription
NPP_AFTER_LAST0 New page is inserted after the last one in the document.
NPP_AFTER_CURRENT1 New page is inserted after the current one in the document.
NPP_BEFORE_CURRENT2 New page is inserted before the current one in the document.
NPP_BEFORE_FIRST3 New page is inserted before the first one in the document.
NPP_FIX_POS4 New page is inserted at a fixed position into the document.
See Also