New to Telerik UI for WPFStart a free 30-day trial

Represents the page tab view model.

Definition

Properties

The maximum the FitToPagesTall and FitToPagesWide values can be.

C#
public int FitToPagesMaximum { get; }

The minimum the FitToPagesTall and FitToPagesWide values can be.

C#
public int FitToPagesMinimum { get; }

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

C#
public int? FitToPagesTall { get; set; }

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

C#
public int? FitToPagesWide { get; set; }

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

C#
public bool IsScalingEnabled { get; set; }
Property Value:

The value indicating whether the scaling is enabled.

Orientation

PageOrientation

Gets or sets the orientation.

C#
public PageOrientation Orientation { get; set; }
Property Value:

The orientation.

Gets the paper types.

C#
public ObservableCollection<PaperTypes> PaperTypes { get; }
Property Value:

The paper types.

Gets or sets the scale factor percent.

C#
public int? ScaleFactorPercent { get; set; }
Property Value:

The scale factor percent.

Gets the scale factor percent maximum.

C#
public int ScaleFactorPercentMaximum { get; }
Property Value:

The scale factor percent maximum.

Gets the scale factor percent minimum.

C#
public int ScaleFactorPercentMinimum { get; }
Property Value:

The scale factor percent minimum.

Gets or sets the scaling method.

C#
public ScalingMethod ScalingMethod { get; set; }
Property Value:

The scaling method.

Gets or sets the type of the selected paper.

C#
public PaperTypes SelectedPaperType { get; set; }
Property Value:

The type of the selected paper.

Gets the tab header.

C#
public override string TabHeader { get; }
Property Value:

The tab header.

Overrides: PageSetupTabViewModelBase.TabHeader

Methods

Copies the properties from context.

C#
public override void CopyPropertiesFromContext()

Overrides: PageSetupTabViewModelBase.CopyPropertiesFromContext()

Copies the properties to context.

C#
public override void CopyPropertiesToContext()

Overrides: PageSetupTabViewModelBase.CopyPropertiesToContext()