MarkdownPdfOrientation Class

Summary

Orientation of the pdf
Assembly
Cake.Markdown-Pdf.dll
Namespace
Cake.Markdown_Pdf
Base Types
  • Enum
graph BT Type-->Base0["Enum"] Type["MarkdownPdfOrientation"] class Type type-node

Syntax

public sealed class MarkdownPdfOrientation : Enum

Fields

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

Extension Methods

Name Value Summary
Dump<MarkdownPdfOrientation>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<MarkdownPdfOrientation>(MarkdownPdfOrientation[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<MarkdownPdfOrientation>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<MarkdownPdfOrientation>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<MarkdownPdfOrientation>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<MarkdownPdfOrientation>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin