Click or drag to resize

PageSetup Class

Represents the page setup properties: paper type, orientation, margins and so forth.
Inheritance Hierarchy
SystemObject
  SautinSoft.PdfVisionPageSetup

Namespace: SautinSoft.PdfVision
Assembly: SautinSoft.PdfVision (in SautinSoft.PdfVision.dll) Version: 2023.11.2
Syntax
public sealed class PageSetup

The PageSetup type exposes the following members.

Constructors
 NameDescription
Public methodPageSetup Initializes a new instance of the PageSetup class.
Top
Properties
 NameDescription
Public propertyOrientation Gets or sets the page orientation. Default: Landscape.
Public propertyPageHeight Gets or sets the height of the page (in points).
Public propertyPageMargins Gets or sets the page margins. Defaults: all margins 5mm.
Public propertyPageWidth Gets or sets the width of the page (in points).
Public propertyCode examplePaperType Gets or sets the type of the paper for the page. Default: A3
Top
Methods
 NameDescription
Public methodClearFormatting Clears the formatting.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also