Recurity.Swf.TagHandler.DefineBitsLossless2.Verify C# (CSharp) Method

Verify() public method

Verifies this object and its components for documentation compliance.
public Verify ( ) : bool
return bool
        public override bool Verify()
        {
            return true; // not much to do here excepting JPEG image check
        }