Freigeben über


BitmapCodecInfo.SupportsMultipleFrames Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob der Codec mehrere Frames unterstützt.

public:
 virtual property bool SupportsMultipleFrames { bool get(); };
public virtual bool SupportsMultipleFrames { [System.Security.SecurityCritical] get; }
public virtual bool SupportsMultipleFrames { get; }
[<get: System.Security.SecurityCritical>]
member this.SupportsMultipleFrames : bool
member this.SupportsMultipleFrames : bool
Public Overridable ReadOnly Property SupportsMultipleFrames As Boolean

Eigenschaftswert

Boolean

true, wenn der Codec mehrere Frames unterstützt, andernfalls false.

Attribute

Gilt für

Siehe auch