MarkdownPdfPaperFormat Enum

Summary

Format of paper to produce pdf for
Namespace
Cake.Markdown_Pdf
Interfaces
  • IComparable
  • IFormattable
  • IConvertible
Base Types
  • object
  • ValueType
  • Enum
graph TD Base0["Enum"]-->Type Base1["ValueType"]-->Base0 Base2["object"]-->Base1 Interface0["IComparable"]-.->Type Interface1["IFormattable"]-.->Type Interface2["IConvertible"]-.->Type Type["MarkdownPdfPaperFormat"] class Type type-node

Syntax

public enum MarkdownPdfPaperFormat

Fields

Name Constant Value Summary
A3 1
A3
static
A4 2
A4
static
A5 3
A5
static
Legal 4
Legal
static
Letter 5
Letter
static
None 0
Not set
static
Tabloid 6
Tabloid
static