Recurity.Swf.TagHandler.DefineBitsJPEG2.DefineBitsJPEG2 C# (CSharp) Method

DefineBitsJPEG2() public method

This tag defines a bitmap character with JPEG compression.
public DefineBitsJPEG2 ( byte InitialVersion ) : System
InitialVersion byte The version of the Swf file using this tag.
return System
        public DefineBitsJPEG2( byte InitialVersion )
            : base(InitialVersion)
        {
        }