Download PdfImageBoxSample.zip, last updated 04/09/2011 (513.29 KB)

Download
  • md5: 5176311d2ed74377312c76dfb6b5ec98

namespace Cyotek.GhostScript
{
  public enum PaperSize
  {
    Default,             // Not a real value, just an instruction to whatever is making use of this enum

    // US
    LedgerPortrait,
    Ledger,
    Legal,
    Letter,
    LetterSmall,
    ArchE,
    ArchD,
    ArchC,
    ArchB,
    ArchA,

    // ISO
    A0,
    A1,
    A2,
    A3,
    A4,
    A5,
    A6,
    A7,
    A8,
    A9,
    A10,
    B0,
    B1,
    B2,
    B3,
    B4,
    B5,
    B6,
    C0,
    C1,
    C2,
    C3,
    C4,
    C5,
    C6,

    // Other
    Foolscap,
    HalfLetter,
    Hagaki
  }
}

Donate

Donate