Skip to main content

PrintOptionsViewModel.PagePreviewIndex Property

Specifies the index of a document page to preview.

Namespace: DevExpress.Xpf.Printing.PreviewControl

Assembly: DevExpress.Xpf.Printing.v23.2.dll

NuGet Package: DevExpress.Wpf.Printing

Declaration

public int PagePreviewIndex { get; set; }

Property Value

Type Description
Int32

An integer value specifying the document page index.

Remarks

The PrintOptionsViewModel.PreviewImage property specifies the preview for the current document page.

See Also