LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

Comments Property (CodecsSaveOptions)






Enables or disables saving metadata comments during file save. .NET support WinRT support Silverlight support
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;}
 get_Comments();
set_Comments(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CodecsSaveOptions Class
CodecsSaveOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.