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

XpsCompressionOption Enum

Lists the values used to specify the compression level of the XPS document.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v19.1.Core.dll

Declaration

[ResourceFinder(typeof(ResFinder))]
public enum XpsCompressionOption

Members

Name Description
NotCompressed

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.

SuperFast

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.

See Also