C#
VB
C++
Gets or sets a value that indicates whether to save the image with a stamp.
public bool WithStamp { get; set; }
Public Property WithStamp As Boolean
public:
property bool WithStamp {
bool get();
void set ( bool value);
}
true to save the image with stamp; otherwise, false.
For more information, refer to Leadtools.Codecs.CodecsJpegSaveOptions.SaveWithStamp.
Refer to RasterSaveDialog example.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET