LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Tags Property (CodecsSaveOptions)

Show in webframe







Enables or disables saving metadata tags during file save.
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;}
@property (nonatomic, assign) BOOL tags;
public boolean getTags()
public void setTags(boolean value)
            
 
get_Tags();
set_Tags(value);
Object.defineProperty('Tags');
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

See Also

Reference

CodecsSaveOptions Class
CodecsSaveOptions Members

 

 


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