Printing3DPackageCompression Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains values that describe the intended file compression level.
public enum class Printing3DPackageCompression
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Graphics.Printing3D.Printing3DContract, 262144)]
enum class Printing3DPackageCompression
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Graphics.Printing3D.Printing3DContract), 262144)]
public enum Printing3DPackageCompression
var value = Windows.Graphics.Printing3D.Printing3DPackageCompression.low
Public Enum Printing3DPackageCompression
- Inheritance
-
Printing3DPackageCompression
- Attributes
Windows requirements
Device family |
Windows 10 Fall Creators Update (introduced in 10.0.16299.0)
|
API contract |
Windows.Graphics.Printing3D.Printing3DContract (introduced in v4.0)
|
Fields
Name | Value | Description |
---|---|---|
Low | 0 | Low file compression. This results in faster in-memory processing. |
Medium | 1 | Medium file compression. This is the default value. |
High | 2 | High file compression. This is recommended to reduce the size of the 3MF package before saving it to disk or sending it over the network. |