CImage:KwdSetHistory


The KwdSetHistory method inserts a HISTORY keyword into the image header.

Syntax

CImage:KwdSetHistory( sHistory )

where

    sHistory is a history string up to 70 characters long.

  

This method inserts into the image header a HISTORY keyword. Multiple history lines are allowed so the keyword string appends the header. The HISTORY keyword usually describes processing steps.

Related Topics

KwdSetComment

CImage class