Name

PaperKind

Synopsis

This enumeration lists the various standard paper sizes supported by the framework.


public enum PaperKind {

   Custom = 0,

   Letter = 1,

   LetterSmall = 2,

   Tabloid = 3,

   Ledger = 4,

   Legal = 5,

   Statement = 6,

   Executive = 7,

   A3 = 8,

   A4 = 9,

   A4Small = 10,

   A5 = 11,

   B4 = 12,

   B5 = 13,

   Folio = 14,

   Quarto = 15,

   Standard10x14 = 16,

   Standard11x17 = 17,

   Note = 18,

   Number9Envelope = 19,

   Number10Envelope = 20,

   Number11Envelope = 21,

   Number12Envelope = 22,

   Number14Envelope = 23,

   CSheet = 24,

   DSheet = 25,

   ESheet = 26,

   DLEnvelope = 27,

   C5Envelope = 28,

   C3Envelope = 29,

   C4Envelope = 30,

   C6Envelope = 31,

   C65Envelope = 32,

   B4Envelope = 33,

   B5Envelope = 34,

   B6Envelope = 35,

   ItalyEnvelope = 36,

   MonarchEnvelope = 37,

   PersonalEnvelope = 38,

   USStandardFanfold = 39,

   GermanStandardFanfold = 40,

   GermanLegalFanfold = 41,

   IsoB4 = 42,

   JapanesePostcard = 43,

   Standard9x11 = 44,

   Standard10x11 = 45,

   Standard15x11 = 46,

   InviteEnvelope = 47,

   LetterExtra = 50,

   LegalExtra = 51,

   TabloidExtra = 52,

   A4Extra = 53,

   LetterTransverse = 54,

   A4Transverse = 55,

   LetterExtraTransverse = 56,

   APlus = 57,

   BPlus = 58,

   LetterPlus = 59,

   A4Plus = 60,

   A5Transverse = 61,

   B5Transverse = 62,

   A3Extra = 63,

   A5Extra = 64,

   B5Extra = 65,

   A2 = 66,

   A3Transverse = 67,

   A3ExtraTransverse = 68,

   JapaneseDoublePostcard = 69,

   A6 = 70,

   JapaneseEnvelopeKakuNumber2 = 71,

   JapaneseEnvelopeKakuNumber3 = 72,

   JapaneseEnvelopeChouNumber3 = 73,

   JapaneseEnvelopeChouNumber4 = 74,

   LetterRotated = 75,

   A3Rotated = 76,

   A4Rotated = 77,

   A5Rotated = 78,

   B4JisRotated ...

Get .NET Windows Forms in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.