Click or drag to resize

PageSetupInfo Class

Provides properties for page setup in printing.
Inheritance Hierarchy
SystemObject
  Flex.Hal.SettingsPageSetupInfo

Namespace:  Flex.Hal.Settings
Assembly:  Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 4.1.4031.1525
Syntax
public class PageSetupInfo : ICloneable

The PageSetupInfo type exposes the following members.

Constructors
  NameDescription
Public methodPageSetupInfo
Initializes a new instance of the PageSetupInfo class
Top
Properties
  NameDescription
Public propertyFontFamilyName
Gets or sets the name of the font for printing.
Public propertyFooter
Gets or sets the page footer.
Public propertyHeader
Gets or sets the page header.
Public propertyMargin
Gets or sets the page margin.
Public propertyOrientation
Gets or sets the page orientation.
Public propertyPrinterName
Gets or sets the name of the printer.
Public propertyShowPrintDialog
Gets or sets a value that indicates whether to show the print dialog before printing.
Public propertyUseDefaultPrinter
Gets or sets a value that indicates whether to use the system default printer.
Public propertyWorkspaceName
Gets or sets the workspace name used in header and footer.
Top
Methods
  NameDescription
Public methodClone
Creates a copy of the current PageSetupInfo object.
Top
Fields
  NameDescription
Public fieldStatic memberMirrorScreenFont
Specifies font to mirror the current screen font.
Top
See Also