CImage:KwdSetBlankStr


The KwdSetBlank method inserts a blank keyword name and string keyword value into the image header.

Syntax

CImage:KwdSetBlankStr( sString )

where

    sString is a string up to 70 characters long.

  

This method inserts into the image header an empty keyword name followed by a string of up to 70 characters. The related KwdSetBlank method sets the entire keyword line to blank.

Related Topics

KwdSetBlank

CImage class