LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Comments Property (CodecsSaveOptions)

Show in webframe







Enables or disables saving metadata comments during file save.
Syntax
public bool Comments {get; set;}
'Declaration
 
Public Property Comments As Boolean
'Usage
 
Dim instance As CodecsSaveOptions
Dim value As Boolean
 
instance.Comments = value
 
value = instance.Comments
public bool Comments {get; set;}
@property (nonatomic, assign) BOOL comments;
public boolean getComments()
public void setComments(boolean value)
            
 
get_Comments();
set_Comments(value);
Object.defineProperty('Comments');
public:
property bool Comments {
   bool get();
   void set (    bool value);
}

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

See Also

Reference

CodecsSaveOptions Class
CodecsSaveOptions Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.