XpsCompressionOption Enum
Lists the values used to specify the compression level of the XPS document.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
#Members
Name | Description |
---|---|
Not
|
XPS document is not compressed. |
Normal
|
XPS document is compressed with a normal level of compression. |
Maximum
|
XPS document is compressed with the best level of compression, but it requires more time. |
Fast
|
XPS document is compressed fast, but with a lower level of compression. |
Super
|
XPS document is compressed very fast, but with the lowest level of compression. |
#Related API Members
The following properties accept/return XpsCompressionOption values:
#Remarks
Values listed by the XpsCompressionOption enumeration are used to set the XpsExportOptions.Compression property.