MarkdownPdfOrientation Enum

Summary

Orientation of the pdf
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["MarkdownPdfOrientation"] class Type type-node

Syntax

public enum MarkdownPdfOrientation

Fields

Name Constant Value Summary
Landscape 2
Landscape
static
None 0
Not set
static
Portrait 1
Portrait
static