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
Fields
A0
Represents the A0 size of a PDF page
public static readonly PdfPageSize A0
Field Value
A1
Represents the A1 size of a PDF page
public static readonly PdfPageSize A1
Field Value
A10
Represents the A10 size of a PDF page
public static readonly PdfPageSize A10
Field Value
A2
Represents the A2 size of a PDF page
public static readonly PdfPageSize A2
Field Value
A3
Represents the A3 size of a PDF page
public static readonly PdfPageSize A3
Field Value
A4
Represents the A4 size of a PDF page
public static readonly PdfPageSize A4
Field Value
A5
Represents the A5 size of a PDF page
public static readonly PdfPageSize A5
Field Value
A6
Represents the A6 size of a PDF page
public static readonly PdfPageSize A6
Field Value
A7
Represents the A7 size of a PDF page
public static readonly PdfPageSize A7
Field Value
A8
Represents the A8 size of a PDF page
public static readonly PdfPageSize A8
Field Value
A9
Represents the A9 size of a PDF page
public static readonly PdfPageSize A9
Field Value
ArchA
Represents the ArchA size of a PDF page
public static readonly PdfPageSize ArchA
Field Value
ArchB
Represents the ArchB size of a PDF page
public static readonly PdfPageSize ArchB
Field Value
ArchC
Represents the ArchC size of a PDF page
public static readonly PdfPageSize ArchC
Field Value
ArchD
Represents the ArchD size of a PDF page
public static readonly PdfPageSize ArchD
Field Value
ArchE
Represents the ArchE size of a PDF page
public static readonly PdfPageSize ArchE
Field Value
B0
Represents the B0 size of a PDF page
public static readonly PdfPageSize B0
Field Value
B1
Represents the B1 size of a PDF page
public static readonly PdfPageSize B1
Field Value
B2
Represents the B2 size of a PDF page
public static readonly PdfPageSize B2
Field Value
B3
Represents the B3 size of a PDF page
public static readonly PdfPageSize B3
Field Value
B4
Represents the B4 size of a PDF page
public static readonly PdfPageSize B4
Field Value
B5
Represents the B5 size of a PDF page
public static readonly PdfPageSize B5
Field Value
Flsa
Represents the Flsa size of a PDF page
public static readonly PdfPageSize Flsa
Field Value
HalfLetter
Represents the HalfLetter size of a PDF page
public static readonly PdfPageSize HalfLetter
Field Value
Ledger
Represents the Ledger size of a PDF page
public static readonly PdfPageSize Ledger
Field Value
Legal
Represents the Legal size of a PDF page
public static readonly PdfPageSize Legal
Field Value
Letter
Represents the Letter size of a PDF page
public static readonly PdfPageSize Letter
Field Value
Letter11x17
Represents the 11x17 size of a PDF page
public static readonly PdfPageSize Letter11x17
Field Value
Note
Represents the Note size of a PDF page
public static readonly PdfPageSize Note
Field Value
Properties
Height
Gets or sets the page height
public float Height { get; set; }
Property Value
Width
Gets or sets the page width
public float Width { get; set; }