←Select platform

Comments Property

Summary

Enables or disables saving metadata comments during file save.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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');  
public: 
property bool Comments { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to save any existing metadata comments.

Remarks

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 .

Example

For an example, refer to CodecsOptions.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly