Table of Contents

Class PdfPageSize

Namespace
EvoPdf
Assembly
evohtmltopdf.dll

This class represents a PDF page size.

[ClassInterface(ClassInterfaceType.AutoDual)]
public sealed class PdfPageSize
Inheritance
PdfPageSize
Inherited Members

Constructors

PdfPageSize()

Default constructor constructs a A4 page size

public PdfPageSize()

PdfPageSize(float, float)

Constructs a custom page size

public PdfPageSize(float width, float height)

Parameters

width float

The page width in points

height float

The page height in points

Fields

A0

Represents the A0 size of a PDF page

public static readonly PdfPageSize A0

Field Value

PdfPageSize

A1

Represents the A1 size of a PDF page

public static readonly PdfPageSize A1

Field Value

PdfPageSize

A10

Represents the A10 size of a PDF page

public static readonly PdfPageSize A10

Field Value

PdfPageSize

A2

Represents the A2 size of a PDF page

public static readonly PdfPageSize A2

Field Value

PdfPageSize

A3

Represents the A3 size of a PDF page

public static readonly PdfPageSize A3

Field Value

PdfPageSize

A4

Represents the A4 size of a PDF page

public static readonly PdfPageSize A4

Field Value

PdfPageSize

A5

Represents the A5 size of a PDF page

public static readonly PdfPageSize A5

Field Value

PdfPageSize

A6

Represents the A6 size of a PDF page

public static readonly PdfPageSize A6

Field Value

PdfPageSize

A7

Represents the A7 size of a PDF page

public static readonly PdfPageSize A7

Field Value

PdfPageSize

A8

Represents the A8 size of a PDF page

public static readonly PdfPageSize A8

Field Value

PdfPageSize

A9

Represents the A9 size of a PDF page

public static readonly PdfPageSize A9

Field Value

PdfPageSize

ArchA

Represents the ArchA size of a PDF page

public static readonly PdfPageSize ArchA

Field Value

PdfPageSize

ArchB

Represents the ArchB size of a PDF page

public static readonly PdfPageSize ArchB

Field Value

PdfPageSize

ArchC

Represents the ArchC size of a PDF page

public static readonly PdfPageSize ArchC

Field Value

PdfPageSize

ArchD

Represents the ArchD size of a PDF page

public static readonly PdfPageSize ArchD

Field Value

PdfPageSize

ArchE

Represents the ArchE size of a PDF page

public static readonly PdfPageSize ArchE

Field Value

PdfPageSize

B0

Represents the B0 size of a PDF page

public static readonly PdfPageSize B0

Field Value

PdfPageSize

B1

Represents the B1 size of a PDF page

public static readonly PdfPageSize B1

Field Value

PdfPageSize

B2

Represents the B2 size of a PDF page

public static readonly PdfPageSize B2

Field Value

PdfPageSize

B3

Represents the B3 size of a PDF page

public static readonly PdfPageSize B3

Field Value

PdfPageSize

B4

Represents the B4 size of a PDF page

public static readonly PdfPageSize B4

Field Value

PdfPageSize

B5

Represents the B5 size of a PDF page

public static readonly PdfPageSize B5

Field Value

PdfPageSize

Flsa

Represents the Flsa size of a PDF page

public static readonly PdfPageSize Flsa

Field Value

PdfPageSize

HalfLetter

Represents the HalfLetter size of a PDF page

public static readonly PdfPageSize HalfLetter

Field Value

PdfPageSize

Ledger

Represents the Ledger size of a PDF page

public static readonly PdfPageSize Ledger

Field Value

PdfPageSize

Represents the Legal size of a PDF page

public static readonly PdfPageSize Legal

Field Value

PdfPageSize

Letter

Represents the Letter size of a PDF page

public static readonly PdfPageSize Letter

Field Value

PdfPageSize

Letter11x17

Represents the 11x17 size of a PDF page

public static readonly PdfPageSize Letter11x17

Field Value

PdfPageSize

Note

Represents the Note size of a PDF page

public static readonly PdfPageSize Note

Field Value

PdfPageSize

Properties

Height

Gets or sets the page height

public float Height { get; set; }

Property Value

float

Width

Gets or sets the page width

public float Width { get; set; }

Property Value

float