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

PageCompatibility Enum

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

Namespace: DevExpress.DocumentServices.ServiceModel.DataContracts

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

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