Click or drag to resize

PdfPageSize Class

Object representing a PDF page size.
Inheritance Hierarchy
SystemObject
  RadPdf.Data.Document.PagesPdfPageSize

Namespace:  RadPdf.Data.Document.Pages
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public class PdfPageSize

The PdfPageSize type exposes the following members.

Constructors
  NameDescription
Public methodCode examplePdfPageSize
Initializes a new instance of the PdfPageSize class with given width and height (in points).
Top
Properties
  NameDescription
Public propertyStatic memberA0
Gets an object representing the A0 page size (841 mm by 1189 mm).
Public propertyStatic memberA1
Gets an object representing the A1 page size (594 mm by 841 mm).
Public propertyStatic memberA2
Gets an object representing the A2 page size (420 mm by 594 mm).
Public propertyStatic memberA3
Gets an object representing the A3 page size (297 mm by 420 mm).
Public propertyStatic memberA4
Gets an object representing the A4 page size (210 mm by 297 mm).
Public propertyStatic memberA5
Gets an object representing the A5 page size (148 mm by 210 mm).
Public propertyStatic memberA6
Gets an object representing the A6 page size (105 mm by 148 mm).
Public propertyHeight
Gets a value which represents the page height (in points).
Public propertyStatic memberLedger
Gets an object representing the Ledger page size (17 in by 11 in).
Public propertyStatic memberLegal
Gets an object representing the Legal page size (8.5 in by 14 in).
Public propertyStatic memberLetter
Gets an object representing the Letter page size (8.5 in by 11 in).
Public propertyStatic memberTabloid
Gets an object representing the Tabloid page size (11 in by 17 in).
Public propertyWidth
Gets a value which represents the page width (in points).
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(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.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic memberPointsPerInch
Specifies the number of points in one inch.
Public fieldStatic memberPointsPerMm
Specifies the number of points in one mm.
Top
See Also