Skip to main content
A newer version of this page is available.
All docs
V20.2

PageViewModelBase.VisibleSize Property

Gets a page’s visible size.

Namespace: DevExpress.Xpf.Printing.PreviewControl

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Printing, DevExpress.Wpf.Printing

Declaration

public virtual Size VisibleSize { get; protected set; }

Property Value

Type Description
Size

A page’s visible size.

Implements

See Also