PaperSettings Properties

The PaperSettings type exposes the following members.

Properties
  NameDescription
Public propertyHeight
Gets or sets the height of the paper.
Public propertyInnerHeight
Gets the usable height of the page after orientation and margins are considered.
Public propertyInnerWidth
Gets the usable width of the page after orientation and margins are considered.
Public propertyMarginBottom
Gets or sets size of the bottom page margin.
Public propertyMarginLeft
Gets or sets size of the left page margin.
Public propertyMarginRight
Gets or sets size of the right page margin.
Public propertyMarginTop
Gets or sets size of the top page margin.
Public propertyOrientation
Gets or sets the paper orientation.
Public propertyOrientedHeight
Gets the height of the page after orientation is considered.
Public propertyOrientedWidth
Gets the width of the page after orientation is considered.
Public propertySize
Gets or sets the height of the paper.
Public propertyUnit
Gets or sets unit the page dimensions are specified in.
Public propertyWidth
Gets or sets the width of the paper.
Top
See Also