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

Tags Property (CodecsSaveOptions)






Enables or disables saving metadata tags during file save. .NET support WinRT support Silverlight support
Syntax
public bool Tags {get; set;}
'Declaration
 
Public Property Tags As Boolean
'Usage
 
Dim instance As CodecsSaveOptions
Dim value As Boolean
 
instance.Tags = value
 
value = instance.Tags
public bool Tags {get; set;}
 get_Tags();
set_Tags(value);
public:
property bool Tags {
   bool get();
   void set (    bool value);
}

Property Value

true to save any existing metadata tags.
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.
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.