PdfPageSize Class

This class represents a PDF page size.

Definition

Namespace: EvoPdf.Chromium
Assembly: EvoPdf.Chromium (in EvoPdf.Chromium.dll) Version: 11.4.0
C#
public class PdfPageSize
Inheritance
Object    PdfPageSize

Constructors

PdfPageSize Default constructor constructs a A4 page size
PdfPageSize(Int32, Int32) Constructs a custom page size

Properties

Height Gets or sets the page height in points. 1 point is 1/72 inch
Width Gets or sets the page width in points. 1 point is 1/72 inch

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

Fields

A0 Represents the A0 size of a PDF page
A1 Represents the A1 size of a PDF page
A10 Represents the A10 size of a PDF page
A2 Represents the A2 size of a PDF page
A3 Represents the A3 size of a PDF page
A4 Represents the A4 size of a PDF page
A5 Represents the A5 size of a PDF page
A6 Represents the A6 size of a PDF page
A7 Represents the A7 size of a PDF page
A8 Represents the A8 size of a PDF page
A9 Represents the A9 size of a PDF page
ArchA Represents the ArchA size of a PDF page
ArchB Represents the ArchB size of a PDF page
ArchC Represents the ArchC size of a PDF page
ArchD Represents the ArchD size of a PDF page
ArchE Represents the ArchE size of a PDF page
B0 Represents the B0 size of a PDF page
B1 Represents the B1 size of a PDF page
B2 Represents the B2 size of a PDF page
B3 Represents the B3 size of a PDF page
B4 Represents the B4 size of a PDF page
B5 Represents the B5 size of a PDF page
Flsa Represents the Flsa size of a PDF page
HalfLetter Represents the HalfLetter size of a PDF page
Ledger Represents the Ledger size of a PDF page
Legal Represents the Legal size of a PDF page
Letter Represents the Letter size of a PDF page
Letter11x17 Represents the 11x17 size of a PDF page
Note Represents the Note size of a PDF page

See Also