←Select platform

Tags Property

Summary

Enables or disables saving metadata tags during file save.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool Tags { get; set; } 
Public Property Tags As Boolean 
public bool Tags {get; set;} 
@property (nonatomic, assign) BOOL tags 
public boolean getTags() 
public void setTags(boolean value) 
             
 <br/>get_Tags();<br/>set_Tags(value);<br/>Object.defineProperty('Tags');  
public: 
property bool Tags { 
   bool get(); 
   void set (    bool ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly