NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Decoder Constructor

[To be supplied.]

[Visual Basic]
Public Sub New( _
   ByVal guid As Guid _
)
[C#]
public Decoder(
   Guid guid
);
[C++]
public: Decoder(
   Guid guid
);
[JScript]
public function Decoder(
   guid : Guid
);

Parameters

guid
[To be supplied.]

See Also

Decoder Class | Decoder Members | System.Drawing.Imaging Namespace