PageTabViewModel
Represents the page tab view model.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
public class PageTabViewModel : PageSetupTabViewModelBase
Inheritance: objectDialogViewModelBase<PageSetupDialogContext>PageSetupTabViewModelBasePageTabViewModel
Inherited Members
Properties
The maximum the FitToPagesTall and FitToPagesWide values can be.
public int FitToPagesMaximum { get; }
The minimum the FitToPagesTall and FitToPagesWide values can be.
public int FitToPagesMinimum { get; }
Gets or sets the number of pages tall the worksheet will be scaled to when it's printed.
public int? FitToPagesTall { get; set; }
Gets or sets the number of pages wide the worksheet will be scaled to when it's printed.
public int? FitToPagesWide { get; set; }
Gets or sets the value indicating whether the scaling is enabled.
public bool IsScalingEnabled { get; set; }
The value indicating whether the scaling is enabled.
Orientation
PageOrientation
Gets or sets the orientation.
public PageOrientation Orientation { get; set; }
The orientation.
PaperTypes
ObservableCollection<PaperTypes>
Gets the paper types.
public ObservableCollection<PaperTypes> PaperTypes { get; }
The paper types.
Gets or sets the scale factor percent.
public int? ScaleFactorPercent { get; set; }
The scale factor percent.
Gets the scale factor percent maximum.
public int ScaleFactorPercentMaximum { get; }
The scale factor percent maximum.
Gets the scale factor percent minimum.
public int ScaleFactorPercentMinimum { get; }
The scale factor percent minimum.
Gets or sets the scaling method.
public ScalingMethod ScalingMethod { get; set; }
The scaling method.
SelectedPaperType
PaperTypes
Gets or sets the type of the selected paper.
public PaperTypes SelectedPaperType { get; set; }
The type of the selected paper.
Methods
Copies the properties from context.
public override void CopyPropertiesFromContext()
Overrides:
Copies the properties to context.
public override void CopyPropertiesToContext()
Overrides: