Click or drag to resize

PdfPageSettings Class

Represent class with setting of page.
Inheritance Hierarchy
System Object
Spire.Pdf PdfPageSettings

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public class PdfPageSettings : ICloneable

The PdfPageSettings type exposes the following members.

Constructors
Name Description
Public method PdfPageSettings
Initializes a new instance of theclass.
Public method PdfPageSettings(SizeF)
Initializes a new instance of theclass.
Public method PdfPageSettings(Single)
Initializes a new instance of theclass.
Public method PdfPageSettings(PdfPageOrientation)
Initializes a new instance of theclass.
Public method PdfPageSettings(SizeF, PdfPageOrientation)
Initializes a new instance of theclass.
Public method PdfPageSettings(SizeF, Single)
Initializes a new instance of theclass.
Public method PdfPageSettings(SizeF, PdfPageOrientation, Single)
Initializes a new instance of theclass.
Public method PdfPageSettings(Single, Single, Single, Single)
Initializes a new instance of theclass.
Public method PdfPageSettings(SizeF, Single, Single, Single, Single)
Initializes a new instance of theclass.
Public method PdfPageSettings(SizeF, PdfPageOrientation, Single, Single, Single, Single)
Initializes a new instance of theclass.
Top
Properties
Name Description
Public property Height
Gets or sets the height of the page.
Public property Margins
Gets or sets the margins of the page.
Public property Orientation
Gets or sets the page orientation.
Public property Rotate
Gets or sets the number of degrees by which the page should be rotated clockwise when displayed or printed.
Public property Size
Gets or sets the size of the page.
Public property Transition
Gets or sets the transition.
Public property Width
Gets or sets the width of the page.
Top
Methods
Name Description
Public method Clone
Creates a clone of the object.
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Public method SetMargins(Single)
Sets the margins.
Public method SetMargins(Single, Single)
Sets the margins.
Public method SetMargins(Single, Single, Single, Single)
Sets the margins.
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
See Also