Winnovative Word to PDF Converter

PdfPageSize Class

Winnovative Word to PDF Converter Documentation
This class represents a PDF page size.
Inheritance Hierarchy

SystemObject
  WnvWordToPdfPdfPageSize

Namespace:  WnvWordToPdf
Assembly:  wnvwordtopdf (in wnvwordtopdf.dll) Version: 10.0.0.0
Syntax

public sealed class PdfPageSize

The PdfPageSize type exposes the following members.

Constructors

  NameDescription
Public methodPdfPageSize
Default constructor constructs a A4 page size
Public methodPdfPageSize(Single, Single)
Constructs a custom page size
Top
Properties

  NameDescription
Public propertyHeight
Gets or sets the page height
Public propertyWidth
Gets or sets the page width
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields

  NameDescription
Public fieldStatic memberA0
Represents the A0 size of a PDF page
Public fieldStatic memberA1
Represents the A1 size of a PDF page
Public fieldStatic memberA10
Represents the A10 size of a PDF page
Public fieldStatic memberA2
Represents the A2 size of a PDF page
Public fieldStatic memberA3
Represents the A3 size of a PDF page
Public fieldStatic memberA4
Represents the A4 size of a PDF page
Public fieldStatic memberA5
Represents the A5 size of a PDF page
Public fieldStatic memberA6
Represents the A6 size of a PDF page
Public fieldStatic memberA7
Represents the A7 size of a PDF page
Public fieldStatic memberA8
Represents the A8 size of a PDF page
Public fieldStatic memberA9
Represents the A9 size of a PDF page
Public fieldStatic memberArchA
Represents the ArchA size of a PDF page
Public fieldStatic memberArchB
Represents the ArchB size of a PDF page
Public fieldStatic memberArchC
Represents the ArchC size of a PDF page
Public fieldStatic memberArchD
Represents the ArchD size of a PDF page
Public fieldStatic memberArchE
Represents the ArchE size of a PDF page
Public fieldStatic memberB0
Represents the B0 size of a PDF page
Public fieldStatic memberB1
Represents the B1 size of a PDF page
Public fieldStatic memberB2
Represents the B2 size of a PDF page
Public fieldStatic memberB3
Represents the B3 size of a PDF page
Public fieldStatic memberB4
Represents the B4 size of a PDF page
Public fieldStatic memberB5
Represents the B5 size of a PDF page
Public fieldStatic memberFlsa
Represents the Flsa size of a PDF page
Public fieldStatic memberHalfLetter
Represents the HalfLetter size of a PDF page
Public fieldStatic memberLedger
Represents the Ledger size of a PDF page
Public fieldStatic memberLegal
Represents the Legal size of a PDF page
Public fieldStatic memberLetter
Represents the Letter size of a PDF page
Public fieldStatic memberLetter11x17
Represents the 11x17 size of a PDF page
Public fieldStatic memberNote
Represents the Note size of a PDF page
Top
See Also

Reference