TargaImagePCL.TargaFooter.SetSignature C# (CSharp) Method

SetSignature() protected method

Sets the Signature property, available only to objects in the same assembly as TargaFooter.
protected SetSignature ( string strSignature ) : void
strSignature string The Signature value read from the file.
return void
        protected internal void SetSignature(string strSignature)
        {
            this.strSignature = strSignature;
        }