CSharpImageLibrary.TargaExtensionArea.SetJobName C# (CSharp) Méthode

SetJobName() protected méthode

Sets the JobName property, available only to objects in the same assembly as TargaExtensionArea.
protected SetJobName ( string strJobName ) : void
strJobName string The Job Name value read from the file.
Résultat void
        internal protected void SetJobName(string strJobName)
        {
            this.strJobName = strJobName;
        }