Back to Devexpress

DocumentPreviewControl.AllowCachePages Property

wpf-devexpress-dot-xpf-dot-printing-dot-documentpreviewcontrol-044026dc.md

latest1.2 KB
Original Source

DocumentPreviewControl.AllowCachePages Property

Specifies whether to cache page textures, which improves the rendering performance when viewing large documents. This is a dependency property.

Namespace : DevExpress.Xpf.Printing

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

NuGet Package : DevExpress.Wpf.Printing

Declaration

csharp
public bool AllowCachePages { get; set; }
vb
Public Property AllowCachePages As Boolean

Property Value

TypeDescription
Boolean

true, to enable caching of page textures; otherwise, false.

|

See Also

DocumentPreviewControl Class

DocumentPreviewControl Members

DevExpress.Xpf.Printing Namespace