PackagePart.CompressionOption Property

Definition

Gets the compression option of the part content stream.

public:
 property System::IO::Packaging::CompressionOption CompressionOption { System::IO::Packaging::CompressionOption get(); };
public System.IO.Packaging.CompressionOption CompressionOption { get; }
member this.CompressionOption : System.IO.Packaging.CompressionOption
Public ReadOnly Property CompressionOption As CompressionOption

Property Value

The compression option of the part content stream.

Exceptions

The part has been deleted.

-or-

The Package is not open (Dispose(Boolean) or Close() has been called).

Remarks

CompressionOption is a read-only property that can be accessed only when the parent Package is open.

The CompressionOption property is automatically set by the PackagePart constructor. After it is set by the constructor, the CompressionOption cannot be changed.

Applies to

See also