Class
PageTabViewModel

Represents the page tab view model.

Definition

Properties

FitToPagesMaximum

The maximum the FitToPagesTall and FitToPagesWide values can be.

Declaration

cs-api-definition
public int FitToPagesMaximum { get; }

Property Value

int

FitToPagesMinimum

The minimum the FitToPagesTall and FitToPagesWide values can be.

Declaration

cs-api-definition
public int FitToPagesMinimum { get; }

Property Value

int

FitToPagesTall

Gets or sets the number of pages tall the worksheet will be scaled to when it's printed.

Declaration

cs-api-definition
public int? FitToPagesTall { get; set; }

Property Value

int?

FitToPagesWide

Gets or sets the number of pages wide the worksheet will be scaled to when it's printed.

Declaration

cs-api-definition
public int? FitToPagesWide { get; set; }

Property Value

int?

IsScalingEnabled

Gets or sets the value indicating whether the scaling is enabled.

Declaration

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

Property Value

bool

The value indicating whether the scaling is enabled.

Orientation

Gets or sets the orientation.

Declaration

cs-api-definition
public PageOrientation Orientation { get; set; }

Property Value

PageOrientation

The orientation.

PaperTypes

Gets the paper types.

Declaration

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

Property Value

ObservableCollection<PaperTypes>

The paper types.

ScaleFactorPercent

Gets or sets the scale factor percent.

Declaration

cs-api-definition
public int? ScaleFactorPercent { get; set; }

Property Value

int?

The scale factor percent.

ScaleFactorPercentMaximum

Gets the scale factor percent maximum.

Declaration

cs-api-definition
public int ScaleFactorPercentMaximum { get; }

Property Value

int

The scale factor percent maximum.

ScaleFactorPercentMinimum

Gets the scale factor percent minimum.

Declaration

cs-api-definition
public int ScaleFactorPercentMinimum { get; }

Property Value

int

The scale factor percent minimum.

ScalingMethod

Gets or sets the scaling method.

Declaration

cs-api-definition
public ScalingMethod ScalingMethod { get; set; }

Property Value

ScalingMethod

The scaling method.

SelectedPaperType

Gets or sets the type of the selected paper.

Declaration

cs-api-definition
public PaperTypes SelectedPaperType { get; set; }

Property Value

PaperTypes

The type of the selected paper.

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()