Click or drag to resize

RSDPP Enumeration

Standard paper sizes.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public enum RSDPP
Members
  Member nameValueDescription
RSDPP_FIRST-4 First enumeration value. Same as RSDPP_MIXED.
RSDPP_MIXED-4 Automatic detection page-by-page.
RSDPP_AUTO-3 Automatic detection.
RSDPP_CUSTOM-2 Custom size
RSDPP_SCNMAX-1 Scanner's maximum (paper source dependent!)
RSDPP_A00
RSDPP_A11
RSDPP_A22
RSDPP_A33
RSDPP_A44
RSDPP_A55
RSDPP_A66
RSDPP_A77
RSDPP_A88
RSDPP_B09
RSDPP_B110
RSDPP_B211
RSDPP_B312
RSDPP_B413
RSDPP_B514
RSDPP_B615
RSDPP_B716
RSDPP_B817
RSDPP_C018
RSDPP_C119
RSDPP_C220
RSDPP_C321
RSDPP_C422
RSDPP_C523
RSDPP_C624
RSDPP_C725
RSDPP_C826
RSDPP_C6527
RSDPP_C7628
RSDPP_DL29
RSDPP_B0JIS30 B0 (Japanese)
RSDPP_B1JIS31 B1 (Japanese)
RSDPP_B2JIS32 B2 (Japanese)
RSDPP_B3JIS33 B3 (Japanese)
RSDPP_B4JIS34 B4 (Japanese)
RSDPP_B5JIS35 B5 (Japanese)
RSDPP_B6JIS36 B6 (Japanese)
RSDPP_B7JIS37 B7 (Japanese)
RSDPP_B8JIS38 B8 (Japanese)
RSDPP_A39 A
RSDPP_B40 B
RSDPP_C41 C
RSDPP_D42 D
RSDPP_E43 E
RSDPP_STATEMENT44 Statement
RSDPP_INVOICE45 Invoice
RSDPP_EXECUTIVE46 Executive
RSDPP_LETTER47 Letter
RSDPP_FOLIO48 Folio
RSDPP_LEGAL49 Legal
RSDPP_LEDGER50 Ledger
RSDPP_TABLOID51 Tabloid
RSDPP_DLETTER52 Double Letter
RSDPP_PERSONAL53 Envelope Personal
RSDPP_MONARCH54 Envelope Monarch
RSDPP_COM955 Envelope #9
RSDPP_COM1056 Envelope #10
RSDPP_COM1157 Envelope #11
RSDPP_COM1258 Envelope #12
RSDPP_COM1459 Envelope #14
RSDPP_COUPON60 Coupon
RSDPP_USBCARD61 US Business Card
RSDPP_BCARD62 Intl. Business Card
RSDPP_JBCARD63 Japanese Business Card
RSDPP_USCHECK64 US Check
RSDPP_PCHECK65 Personal Check
RSDPP_BCHECK66 Business Check
RSDPP_LAST67 Last enumeration value.
Remarks
These values can be used as workflow paramater with the WFHandler's SetTempParam method.

The elements of this enum can be grouped into the following classes:

  • ISO: from RSDPP_A0 to RSDPP_C8,
  • JIS (Japanese): RSDPP_...JIS,
  • ANSI (US engineering): from RSDPP_A to RSDPP_E,
  • North American: from RSDPP_STATEMENT to RSDPP_DLETTER,
  • North American envelopes: from RSDPP_PERSONAL to RSDPP_COM14,
  • Other: from RSDPP_COUPON to RSDPP_BCHECK.
See Also