Skip to main content
A newer version of this page is available. .

XtraPageSettingsBase.Assign Method

Name Parameters Description
Assign(MarginsF, MarginsF, PaperKind, Size, Boolean, String) margins, minMargins, paperKind, pageSize, landscape, paperName Assigns the page margins, minimum margins, paper kind and other document settings, simultaneously.
Assign(MarginsF, PaperKind, SizeF, Boolean) margins, paperKind, pageSize, landscape Assigns the page margins, paper kind, paper size and page orientation of a document, simultaneously.
Assign(PageData) val For internal use.
Assign(Margins, Margins, PaperKind, Size, Boolean, String) margins, minMargins, paperKind, pageSize, landscape, paperName Assigns the page margins, minimum margins, paper kind and page orientation of a document, simultaneously.
Assign(Margins, Margins, PaperKind, Size, Boolean) margins, minMargins, paperKind, pageSize, landscape Assigns the page margins, minimum margins, paper kind and page orientation of a document, simultaneously.
Assign(Margins, PaperKind, Boolean) margins, paperKind, landscape Assigns the page margins, paper kind and page orientation of a document, simultaneously.
Assign(Margins, PaperKind, Size, Boolean) margins, paperKind, paperSize, landscape Assigns the page margins, paper kind, paper size and page orientation of a document, simultaneously.
Assign(Margins, PaperKind, String, Boolean) margins, paperKind, paperName, landscape Assigns the page margins, paper kind, paper name and page orientation of a document, simultaneously.
Assign(PageSettings, Margins) pageSettings, minMargins Assigns the specified page settings with the specified minimum margins.