Skip to main content
A newer version of this page is available. .

PrintOptionsViewModel.PagePreviewIndex Property

Specifies the index of a document page to preview.

Namespace: DevExpress.Xpf.Printing.PreviewControl

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

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