DialogObjects, COM interface constants for VB.Net / VBScript

DialogObjects - interface constants

     This page contains simple VBA include for the DialogObjects COM library.

library parameters

File NameProgram Files\Microsoft Visual Studio\VB98\Wizards\PDWizard\DLGOBJS.DLL
Guid{9464B860-DCB9-11CE-9C08-00AA0062BE57}
Enums2

PrintRangeConstants

enum, 3 members.
Public Enum PrintRangeConstants

  'Print All Pages
  pdAllPages = 0  '&H0

  'Print Pages in Range
  pdPageNumbers = 1  '&H1

  'Print Selection only
  pdSelection = 2  '&H2
End Enum

PaperSizeConstants

enum, 40 members.
Public Enum PaperSizeConstants

  'Letter, 8.5x11 inches
  psLetter = 1  '&H1

  'Letter Small, 8.5x11 inches
  psLetterSmall = 2  '&H2

  'Tabloid, 11x17 inches
  psTabloid = 3  '&H3

  'Ledger, 17x11 inches
  psLedger = 4  '&H4

  'Legal, 8.5x14 inches
  psLegal = 5  '&H5

  'Statement, 5.5x8.5 inches
  psStatement = 6  '&H6

  'Executive, 7.25x10.5 inches
  psExecutive = 7  '&H7

  'A3, 297x420 mm
  psA3 = 8  '&H8

  'A4, 210x297 mm
  psA4 = 9  '&H9

  'A4 Small, 210x297 mm
  psA4Small = 10  '&HA

  'A5 148x210 mm
  psA5 = 11  '&HB

  'B4 (JIS) 250x354 mm
  psB4 = 12  '&HC

  'B5 (JIS) 182x257 mm
  psB5 = 13  '&HD

  'Folio, 8.5x13 inches
  psFolio = 14  '&HE

  'Quarto,  215x275 mm
  psQuarto = 15  '&HF

  '10x14, 10x14 inches
  ps10x14 = 16  '&H10

  '11x17, 11x17 inches
  ps11x17 = 17  '&H11

  'Note, 8.5x11 inches
  psNote = 18  '&H12

  'Envelope #9, 3.875x8.875 inches
  psEnvelope9 = 19  '&H13

  'Envelope #10, 4.125x9.5 inches
  psEnvelope10 = 20  '&H14

  'Envelope #11, 4.5x10.375 inches
  psEnvelope11 = 21  '&H15

  'Envelope #12, 4.75x11 inches
  psEnvelope12 = 22  '&H16

  'Envelope #14, 5x11.5 inches
  psEnvelope14 = 23  '&H17

  'C Size Sheet
  psCSizeSheet = 24  '&H18

  'D Size Sheet
  psDSizeSheet = 25  '&H19

  'E Size Sheet
  psESizeSheet = 26  '&H1A

  'Envelope, DL 110x220 mm
  psEnvelopeDL = 27  '&H1B

  'Envelope, C5 162x229 mm
  psEnvelopeC5 = 28  '&H1C

  'Envelope, C3 324x458 mm
  psEnvelopeC3 = 29  '&H1D

  'Envelope, C4 229x324 mm
  psEnvelopeC4 = 30  '&H1E

  'Envelope, C6 114x162 mm
  psEnvelopeC6 = 31  '&H1F

  'Envelope, C65 114x229 mm
  psEnvelopeC65 = 32  '&H20

  'Envelope, B4 250x353 mm
  psEnvelopeB4 = 33  '&H21

  'Envelope, B5 176x250 mm
  psEnvelopeB5 = 34  '&H22

  'Envelope, B6 176x125 mm
  psEnvelopeB6 = 35  '&H23

  'Envelope, 110x230 mm
  psEnvelope = 36  '&H24

  'Envelope Monarch 3.875 x 7.5 inches
  psEnvelopeMonarch = 37  '&H25

  '6 3/4 Envelope 3.625x6.5 inches
  psEnvelope634 = 38  '&H26

  'US Std Fanfold, 14.875x11 inches
  psUsStdFanfold = 39  '&H27

  'German Std Fanfold 8.5x12 inches
  psGermanStdFanfold = 40  '&H28
End Enum
WUtils.com