WmpBitmapEncoder.CompressedDomainTranscode Property

Definition

Gets or sets a value that indicates whether compressed domain operations can be used. Compressed domain operations are transformation operations that are done without decoding the image data.

public:
 property bool CompressedDomainTranscode { bool get(); void set(bool value); };
public bool CompressedDomainTranscode { get; set; }
member this.CompressedDomainTranscode : bool with get, set
Public Property CompressedDomainTranscode As Boolean

Property Value

true if compressed domain operations can be used; otherwise, false. The default is true.

Applies to