Enables or disables saving metadata comments during file save.
public bool Comments { get; set; }
Public Property Comments As Boolean
public bool Comments {get; set;}
@property (nonatomic, assign) BOOL comments
public boolean getComments()
public void setComments(boolean value)
<br/>get_Comments();<br/>set_Comments(value);<br/>Object.defineProperty('Comments');
true to save any existing metadata comments.
When LEADTOOLS saves an image that contains tags, the tags are always written first and the image data afterwards. This order is not configurable. LEADTOOLS treats non-image data as comments. For information about using this function to support FlashPix, refer to Implementing Extended FlashPix Support .
For an example, refer to CodecsOptions.
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