Click or drag to resize

PdfDefaultPages Class

A collection of default pages for use in the PdfGeneratedDocument object
Inheritance Hierarchy
SystemObject
  Atalasoft.PdfDoc.GeneratingPdfDefaultPages

Namespace:  Atalasoft.PdfDoc.Generating
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public class PdfDefaultPages

The PdfDefaultPages type exposes the following members.

Constructors
  NameDescription
Public methodPdfDefaultPages
Initializes a new instance of the PdfDefaultPages class
Top
Properties
  NameDescription
Public propertyStatic memberA4
Gets the a4 sized page.
Public propertyStatic memberA4Landscape
Gets the a4 landscape sized page.
Public propertyStatic memberA5
Gets the a5 sized page.
Public propertyStatic memberA5Landscape
Gets the a5 landscape sized page.
Public propertyStatic memberA6
Gets the a6 sized page.
Public propertyStatic memberA6Landscape
Gets the a6 landscape sized page.
Public propertyStatic memberB4
Gets the b4 sized page.
Public propertyStatic memberB4Landscape
Gets the b4 landscape sized page.
Public propertyStatic memberB5
Gets the b5 sized page.
Public propertyStatic memberB5Landscaped
Gets the b5 landscaped sized page.
Public propertyStatic memberB6
Gets the b6 sized page.
Public propertyStatic memberB6Landscape
Gets the b6 landscape sized page.
Public propertyStatic memberC4
Gets the c4 sized page.
Public propertyStatic memberC4Landscape
Gets the c4 landscape sized page.
Public propertyStatic memberC5
Gets the c5 sized page.
Public propertyStatic memberC5Landscape
Gets the c5 landscape sized page.
Public propertyStatic memberC6
Gets the c6 sized page.
Public propertyStatic memberC6Landscape
Gets the c6 landscape sized page.
Public propertyStatic memberLedger
Gets the ledger sized page.
Public propertyStatic memberLedgerLandscape
Gets the ledger landscape sized page.
Public propertyStatic memberLegal
Gets the legalsized page.
Public propertyStatic memberLegalLandscape
Gets the legal landscape sized page.
Public propertyStatic memberLetter
Gets the letter sized page.
Public propertyStatic memberLetterLandscape
Gets the letter landscape sized page.
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 the default hash function.
(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
See Also