Class
HeaderFooterTabViewModel

Represents the HeaderFooter tab view model.

Definition

Properties

AlignWithPageMargins

Gets or sets whether headers and footers should align with page margins.

Declaration

cs-api-definition
public bool AlignWithPageMargins { get; set; }

Property Value

bool

Value indicating whether headers and footers should align with page margins.

AreHeadersAndFootersSameForAllPages

Gets or sets whether headers and footers are the same on all pages.

Declaration

cs-api-definition
public bool AreHeadersAndFootersSameForAllPages { get; set; }

Property Value

bool

Value indicating whether headers and footers are the same on all pages.

CreateCustomFooterCommand

Gets or sets the create custom footer command.

Declaration

cs-api-definition
public ICommand CreateCustomFooterCommand { get; set; }

Property Value

ICommand

The create custom footer command.

CreateCustomHeaderCommand

Gets or sets the create custom header command.

Declaration

cs-api-definition
public ICommand CreateCustomHeaderCommand { get; set; }

Property Value

ICommand

The create custom header command.

DifferentFirstPage

Gets or sets whether the first page should be different.

Declaration

cs-api-definition
public bool DifferentFirstPage { get; set; }

Property Value

bool

Value indicating whether the first page should be different.

DifferentOddAndEvenPages

Gets or sets whether odd and even pages should be different.

Declaration

cs-api-definition
public bool DifferentOddAndEvenPages { get; set; }

Property Value

bool

Value indicating whether odd and even pages should be different.

FooterTemplates

Gets the footer templates.

Declaration

cs-api-definition
public ObservableCollection<HeaderFooterTemplate> FooterTemplates { get; }

Property Value

ObservableCollection<HeaderFooterTemplate>

The footer templates.

HeaderTemplates

Gets the header templates.

Declaration

cs-api-definition
public ObservableCollection<HeaderFooterTemplate> HeaderTemplates { get; }

Property Value

ObservableCollection<HeaderFooterTemplate>

The header templates.

ScaleWithDocument

Gets or sets whether headers and footers should scale with document.

Declaration

cs-api-definition
public bool ScaleWithDocument { get; set; }

Property Value

bool

Value indicating whether headers and footers should scale with document.

SelectedFooterTemplate

Gets or sets the selected footer template.

Declaration

cs-api-definition
public HeaderFooterTemplate SelectedFooterTemplate { get; set; }

Property Value

HeaderFooterTemplate

The selected footer template.

SelectedHeaderTemplate

Gets or sets the selected header template.

Declaration

cs-api-definition
public HeaderFooterTemplate SelectedHeaderTemplate { get; set; }

Property Value

HeaderFooterTemplate

The selected header template.

TabHeader

Gets the tab header.

Declaration

cs-api-definition
public override string TabHeader { get; }

Property Value

string

The tab header.

Overrides PageSetupTabViewModelBase.TabHeader

Methods

CopyPropertiesFromContext()

Copies the properties from context.

Declaration

cs-api-definition
public override void CopyPropertiesFromContext()

Overrides PageSetupTabViewModelBase.CopyPropertiesFromContext()

CopyPropertiesToContext()

Copies the properties to context.

Declaration

cs-api-definition
public override void CopyPropertiesToContext()

Overrides PageSetupTabViewModelBase.CopyPropertiesToContext()