←Select platform

Tags Property

Summary

Enables or disables saving metadata tags during file save.

Syntax
C#
VB
Objective-C
C++
Java
public bool Tags { get; set; } 
Public Property Tags As Boolean 
@property (nonatomic, assign) BOOL tags 
public boolean getTags() 
public void setTags(boolean value) 
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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly