/// <summary> /// Sets the ImageType property, available only to objects in the same assembly as TargaHeader. /// </summary> /// <param name="eImageType">One of the ImageType enumeration values.</param> internal protected void SetImageType(ETargaImageType eImageType) { this.eImageType = eImageType; }