Class PrintPageViewModel

Inheritance
System.Object
PrintPageViewModel
Implements
System.ComponentModel.INotifyPropertyChanged
Namespace: Catalog.ViewModels
Assembly: Catalog.dll
Syntax
public class PrintPageViewModel : Observable, INotifyPropertyChanged

Properties

WatermarkHorizontalAlignment

Declaration
public HorizontalAlignment WatermarkHorizontalAlignment { get; set; }
Property Value
Type Description
Windows.UI.Xaml.HorizontalAlignment

WatermarkVerticalAlignment

Declaration
public VerticalAlignment WatermarkVerticalAlignment { get; set; }
Property Value
Type Description
Windows.UI.Xaml.VerticalAlignment

Methods

Initialize(PdfView)

Declaration
public void Initialize(PdfView pdfView)
Parameters
Type Name Description
PdfView pdfView

Implements

System.ComponentModel.INotifyPropertyChanged