Skip to main content

PageCompatibility Enum

Lists the values that specify the compatibility mode of a document.

Namespace: DevExpress.DocumentServices.ServiceModel.DataContracts

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

NuGet Package: DevExpress.Printing.Core

Declaration

public enum PageCompatibility

Members

Name Description
Silverlight

The document is Silverlight-compatible.

WPF

The document is WPF-compatible.

Prnx

The document is PRNX-compatible.

HTML

The document is HTML-compatible.

ImagePng

The document is PNG-compatible.

See Also