←Select platform

Comments Property

Summary
Enables or disables saving metadata comments during file save.
Syntax
C#
VB
Objective-C
C++
Java
public bool Comments { get; set; } 
Public Property Comments As Boolean 
@property (nonatomic, assign) BOOL comments 
public boolean getComments() 
public void setComments(boolean value) 
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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.