Represent class with setting of page.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public class PdfPageSettings : ICloneable
Public Class PdfPageSettings
	Implements ICloneable
public ref class PdfPageSettings : ICloneable
type PdfPageSettings =  
    class
        interface ICloneable
    end

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
PdfPageSettings()()()()
Initializes a new instance of the class.
PdfPageSettings(SizeF)
Initializes a new instance of the class.
PdfPageSettings(Single)
Initializes a new instance of the class.
PdfPageSettings(PdfPageOrientation)
Initializes a new instance of the class.
PdfPageSettings(SizeF, PdfPageOrientation)
Initializes a new instance of the class.
PdfPageSettings(SizeF, Single)
Initializes a new instance of the class.
PdfPageSettings(SizeF, PdfPageOrientation, Single)
Initializes a new instance of the class.
PdfPageSettings(Single, Single, Single, Single)
Initializes a new instance of the class.
PdfPageSettings(SizeF, Single, Single, Single, Single)
Initializes a new instance of the class.
PdfPageSettings(SizeF, PdfPageOrientation, Single, Single, Single, Single)
Initializes a new instance of the class.
Clone()()()()
Creates a clone of the object.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
Height
Gets or sets the height of the page.
ListPaperSourceTray Obsolete.
Margins
Gets or sets the margins of the page.
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Orientation
Gets or sets the page orientation.
Rotate
Gets or sets the number of degrees by which the page should be rotated clockwise when displayed or printed.
SetMargins(Single)
Sets the margins.
SetMargins(Single, Single)
Sets the margins.
SetMargins(Single, Single, Single, Single)
Sets the margins.
Size
Gets or sets the size of the page.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Transition
Gets or sets the transition.
Width
Gets or sets the width of the page.

Inheritance Hierarchy

System..::..Object
  Spire.Pdf..::..PdfPageSettings

See Also