Table of Contents

Class PdfPageSize

Namespace
Syncfusion.Pdf
Assembly
Syncfusion.Pdf.Portable.dll

Represents information about various predefined page sizes.

public sealed class PdfPageSize
Inheritance
PdfPageSize
Inherited Members

Examples

//Create new document.
PdfDocument document = new PdfDocument();
//Set page size for document.
document.PageSettings.Size = PdfPageSize.A4;
//Save and close the document.
document.Save("Output.pdf");
document.Close(true);
'Create new document.
Dim document As PdfDocument = New PdfDocument()
'Set page page for document.
document.PageSettings.Size = PdfPageSize.A4
'Save and close the document.
document.Save("Output.pdf")
document.Close(True)

Fields

A0

A0 format.

public static readonly SizeF A0

Field Value

SizeF
See Also

A1

A1 format.

public static readonly SizeF A1

Field Value

SizeF
See Also

A10

A10 format.

public static readonly SizeF A10

Field Value

SizeF
See Also

A2

A2 format.

public static readonly SizeF A2

Field Value

SizeF
See Also

A3

A3 format.

public static readonly SizeF A3

Field Value

SizeF
See Also

A4

A4 format.

public static readonly SizeF A4

Field Value

SizeF
See Also

A5

A5 format.

public static readonly SizeF A5

Field Value

SizeF
See Also

A6

A6 format.

public static readonly SizeF A6

Field Value

SizeF
See Also

A7

A7 format.

public static readonly SizeF A7

Field Value

SizeF
See Also

A8

A8 format.

public static readonly SizeF A8

Field Value

SizeF
See Also

A9

A9 format.

public static readonly SizeF A9

Field Value

SizeF
See Also

ArchA

ArchA format.

public static readonly SizeF ArchA

Field Value

SizeF
See Also

ArchB

ArchB format.

public static readonly SizeF ArchB

Field Value

SizeF
See Also

ArchC

ArchC format.

public static readonly SizeF ArchC

Field Value

SizeF
See Also

ArchD

ArchD format.

public static readonly SizeF ArchD

Field Value

SizeF
See Also

ArchE

ArchE format.

public static readonly SizeF ArchE

Field Value

SizeF
See Also

B0

B0 format.

public static readonly SizeF B0

Field Value

SizeF
See Also

B1

B1 format.

public static readonly SizeF B1

Field Value

SizeF
See Also

B2

B2 format.

public static readonly SizeF B2

Field Value

SizeF
See Also

B3

B3 format.

public static readonly SizeF B3

Field Value

SizeF
See Also

B4

B4 format.

public static readonly SizeF B4

Field Value

SizeF
See Also

B5

B5 format.

public static readonly SizeF B5

Field Value

SizeF
See Also

Flsa

The American Foolscap format.

public static readonly SizeF Flsa

Field Value

SizeF
See Also

HalfLetter

HalfLetter format.

public static readonly SizeF HalfLetter

Field Value

SizeF
See Also

Ledger

Ledger format.

public static readonly SizeF Ledger

Field Value

SizeF
See Also

Legal format.

public static readonly SizeF Legal

Field Value

SizeF
See Also

Letter

Letter format.

public static readonly SizeF Letter

Field Value

SizeF
See Also

Letter11x17

11x17 format.

public static readonly SizeF Letter11x17

Field Value

SizeF
See Also

Note

Note format.

public static readonly SizeF Note

Field Value

SizeF
See Also

See Also