A Sandcastle Documented Class Library
GifHeader Constructor (signature, gifVersion)
NamespacesGifComponentsGifHeaderGifHeader(String, String)
Constructor.
Declaration Syntax
C#Visual BasicVisual C++
public GifHeader(
	string signature,
	string gifVersion
)
Public Sub New ( _
	signature As String, _
	gifVersion As String _
)
public:
GifHeader(
	String^ signature, 
	String^ gifVersion
)
Parameters
signature (String)
The GIF signature which identifies a GIF stream. Should contain the fixed value "GIF".
gifVersion (String)
The version of the GIF standard used by this stream.

Assembly: GifComponents (Module: GifComponents) Version: 0.1.3594.26453