Writes hidden text in a true color image.
Hidden information is stored inside the image (uses a pixel color modulation) and is independent of the image file format.
The hidden text will be lost if you save the image with Jpeg or if you subsample the colors.
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public int HiddenTextWrite( string text )
Public Function HiddenTextWrite ( _ text As String _ ) As Integer
public: int HiddenTextWrite( String^ text )
Parameters
- text
- String
The text to write.