The C1PageSettings type exposes the following members.

Properties

  Name Description
Public property BottomMargin
Gets or sets the bottom margin.
Public property Color
Gets or sets a value indicating whether the document should be printed in color.
Public property Document
Gets the C1PrintDocument object containing current object.
Public property Height
Gets or sets the height of the paper.
Public property Landscape
Gets or sets a value indicating whether to use landscape orientation. Changing this property swaps height and width of the page.
Public property LeftMargin
Gets or sets the left margin.
Public property PageLayout
Gets the PageLayout object containing the current C1PageSettings. Null is returned if the current object does not belong to a PageLayout.
Public property PaperKind
Gets or sets the paper kind. Changing of this property may change Width and/or Height.
Public property PaperSourceKind
Gets or sets the desired paper source kind.
Public property PaperSourceName
Gets or sets the name of the paper source.
Public property PaperSourceRawKind
Gets or sets the integer representing one of the PaperSourceKind values or a custom value.
Public property PrinterResolutionKind
Gets or sets the desired printer resolution kind.
Public property PrinterResolutionX
Gets or sets the horizontal printer resolution, in dots per inch, used when PrinterResolutionKind is Custom.
Public property PrinterResolutionY
Gets or sets the vertical printer resolution, in dots per inch, used when PrinterResolutionKind is Custom.
Public property RightMargin
Gets or sets the right margin.
Public property TopMargin
Gets or sets the top margin.
Public property UsePrinterPaperSize
Gets or sets a value indicating whether to use the printer paper size when generating the document. This property does not affect the values of Landscape, Width, Height and PaperKind properties.
Public property Width
Gets or sets the width of the paper.

See Also