CSharpImageLibrary.TargaExtensionArea.SetAuthorComments C# (CSharp) Method

SetAuthorComments() protected method

Sets the AuthorComments property, available only to objects in the same assembly as TargaExtensionArea.
protected SetAuthorComments ( string strAuthorComments ) : void
strAuthorComments string The Author Comments value read from the file.
return void
        internal protected void SetAuthorComments(string strAuthorComments)
        {
            this.strAuthorComments = strAuthorComments;
        }