PageCompatibility Enum
In This Article
Lists the values that specify the compatibility mode of a document.
Namespace: DevExpress.DocumentServices.ServiceModel.DataContracts
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
#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. |
Image
|
The document is PNG-compatible. |
See Also