Skip to main content

PrintingSystemPreviewModel.PageCacheSize Property

Specifies the maximum memory cache size that a document page is allowed to have.

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

public int PageCacheSize { get; set; }

Property Value

Type Description
Int32

An integer value.

See Also