PdfPageSettings Class |
Namespace: Spire.Pdf
The PdfPageSettings type exposes the following members.
Name | Description | |
---|---|---|
![]() |
PdfPageSettings |
Initializes a new instance of theclass.
|
![]() |
PdfPageSettings(SizeF) |
Initializes a new instance of theclass.
|
![]() |
PdfPageSettings(Single) |
Initializes a new instance of theclass.
|
![]() |
PdfPageSettings(PdfPageOrientation) |
Initializes a new instance of theclass.
|
![]() |
PdfPageSettings(SizeF, PdfPageOrientation) |
Initializes a new instance of theclass.
|
![]() |
PdfPageSettings(SizeF, Single) |
Initializes a new instance of theclass.
|
![]() |
PdfPageSettings(SizeF, PdfPageOrientation, Single) |
Initializes a new instance of theclass.
|
![]() |
PdfPageSettings(Single, Single, Single, Single) |
Initializes a new instance of theclass.
|
![]() |
PdfPageSettings(SizeF, Single, Single, Single, Single) |
Initializes a new instance of theclass.
|
![]() |
PdfPageSettings(SizeF, PdfPageOrientation, Single, Single, Single, Single) |
Initializes a new instance of theclass.
|
Name | Description | |
---|---|---|
![]() |
Height |
Gets or sets the height of the page.
|
![]() |
Margins |
Gets or sets the margins of the page.
|
![]() |
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.
|
![]() |
Size |
Gets or sets the size of the page.
|
![]() |
Transition |
Gets or sets the transition.
|
![]() |
Width |
Gets or sets the width of the page.
|
Name | Description | |
---|---|---|
![]() |
Clone |
Creates a clone of the object.
|
![]() |
Equals |
Determines whether the specified object is equal to the current object.
(Inherited from
Object
.)
|
![]() |
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
Object
.)
|
![]() |
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
![]() |
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
![]() |
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
![]() |
SetMargins(Single) |
Sets the margins.
|
![]() |
SetMargins(Single, Single) |
Sets the margins.
|
![]() |
SetMargins(Single, Single, Single, Single) |
Sets the margins.
|
![]() |
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|