CSharpImageLibrary.TargaExtensionArea.SetSoftwareVersion C# (CSharp) Method

SetSoftwareVersion() protected method

Sets the SoftwareVersion property, available only to objects in the same assembly as TargaExtensionArea.
protected SetSoftwareVersion ( string strSoftwareVersion ) : void
strSoftwareVersion string The Software Version value read from the file.
return void
        internal protected void SetSoftwareVersion(string strSoftwareVersion)
        {
            this.strSoftwareVersion = strSoftwareVersion;
        }