Skip to main content

XtraPageSettings Members

Provides functionality to print reports.

Constructors

Name Description
XtraPageSettings(PrintingSystemBase) Initializes a new instance of the XtraPageSettings class with the specified printing system.

Fields

Name Description
DefaultPaperKind static Represents the default paper type (Letter) used in a report. Inherited from XtraPageSettingsBase.

Properties

Name Description
BottomMargin Gets or sets the bottom page margin. Inherited from XtraPageSettingsBase.
BottomMarginF Gets or sets the bottom page margin. Inherited from XtraPageSettingsBase.
Bounds Gets the bounds of a report page, taking into account the page orientation specified by the XtraPageSettingsBase.Landscape property. Inherited from XtraPageSettingsBase.
Data For internal use. Inherited from XtraPageSettingsBase.
DefaultMargins static Specifies the default margins for a report’s pages. Inherited from XtraPageSettingsBase.
DefaultMinMargins static Specifies the default minimum margins for a report’s pages. Inherited from XtraPageSettingsBase.
Landscape Gets or sets a value indicating whether the page orientation is landscape. Inherited from XtraPageSettingsBase.
LeftMargin Gets or sets the left page margin. Inherited from XtraPageSettingsBase.
LeftMarginF Gets or sets the left page margin. Inherited from XtraPageSettingsBase.
Margins Gets the margins of a report page. Inherited from XtraPageSettingsBase.
MarginsF Gets the margins of a report page measured in three hundredths of an inch. Inherited from XtraPageSettingsBase.
MinMargins Gets the minimum size allowed for a report’s margins. Inherited from XtraPageSettingsBase.
PageSettings Provides access to the current page settings.
PaperKind Gets or sets the type of paper for the document. Inherited from XtraPageSettingsBase.
PaperName Gets or sets the name of the custom paper used in the printer to be used in printing the document. Inherited from XtraPageSettingsBase.
PrinterName Gets or sets the name of the printer to use when printing the document. Inherited from XtraPageSettingsBase.
RightMargin Gets or sets the right page margin. Inherited from XtraPageSettingsBase.
RightMarginF Gets or sets the right page margin. Inherited from XtraPageSettingsBase.
RollPaper Specifies whether the document is supposed to be printed on roll paper (i.e., as a single uninterrupted page). Inherited from XtraPageSettingsBase.
TopMargin Gets or sets the top page margin. Inherited from XtraPageSettingsBase.
TopMarginF Gets or sets the top page margin. Inherited from XtraPageSettingsBase.
UsablePageRect Gets the rectangle on the page (in hundredths of an inch) that can contain data. Inherited from XtraPageSettingsBase.
UsablePageSize Gets the width and height (in hundredths of an inch) of the page region that can contain data. Inherited from XtraPageSettingsBase.
UsablePageSizeInPixels Gets the width and height (in pixels) of the page region that can contain data. Inherited from XtraPageSettingsBase.

Methods

Name Description
ApplyPageSettings(XtraPageSettingsBase, DXPaperKind, Size, DXMargins, DXMargins, Boolean, String) static Applies the defined page settings. Inherited from XtraPageSettingsBase.
ApplyPageSettings(XtraPageSettingsBase, DXPaperKind, Size, DXMargins, DXMargins, Boolean) static Applies the defined page settings. Inherited from XtraPageSettingsBase.
Assign(DXMargins, DXMargins, DXPaperKind, SizeF, Boolean, String) Assigns multiple page parameter simultaneously. Inherited from XtraPageSettingsBase.
Assign(DXMargins, DXMargins, DXPaperKind, SizeF, Boolean) Assigns multiple page parameter simultaneously. Inherited from XtraPageSettingsBase.
Assign(DXMargins, DXPaperKind, Boolean) Assigns multiple page parameter simultaneously. Inherited from XtraPageSettingsBase.
Assign(DXMargins, DXPaperKind, SizeF, Boolean) Assigns multiple page parameter simultaneously. Inherited from XtraPageSettingsBase.
Assign(DXMargins, DXPaperKind, String, Boolean)
Assign(MarginsF, DXPaperKind, SizeF, Boolean) Assigns multiple page parameter simultaneously. Inherited from XtraPageSettingsBase.
Assign(MarginsF, MarginsF, DXPaperKind, SizeF, Boolean, String) Assigns multiple page parameter simultaneously. Inherited from XtraPageSettingsBase.
Assign(MarginsF, MarginsF, DXPaperKind, SizeF, Boolean) Assigns multiple page parameter simultaneously. Inherited from XtraPageSettingsBase.
Assign(PageData) For internal use. Inherited from XtraPageSettingsBase.
Assign(PageSettings, Margins) Assigns the specified page settings with the specified minimum margins. Inherited from XtraPageSettingsBase.
Assign(PageSettings) Assigns the specified page settings.
AssignDefaultPageSettings() Assigns the default page settings to a report document. Inherited from XtraPageSettingsBase.
AssignDefaultPrinterSettings() Assigns the default printer’s settings to the XtraPageSettings object.
AssignDefaultPrinterSettings(PrinterSettingsUsing) Assigns the default printer settings to the current page settings according to the specified PrinterSettingsUsing value.
AssignPrinterSettings(String, String, PrinterSettingsUsing) Assigns the specified printer’s settings to the XtraPageSettings object.
Dispose() Disposes of the XtraPageSettingsBase object. Inherited from XtraPageSettingsBase.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. 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() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
RestoreFromStream(Stream) Restores the document page settings from the specified stream. Inherited from XtraPageSettingsBase.
RestoreFromXml(String) Restores the document page settings from the specified XML file. Inherited from XtraPageSettingsBase.
SaveToStream(Stream) Saves the document page settings to the specified stream. Inherited from XtraPageSettingsBase.
SaveToXml(String) Saves the document page settings to the specified XML file. Inherited from XtraPageSettingsBase.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also