←Select platform

Markers Property

Summary

Enables or disables saving metadata markers during file save.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool Markers { get; set; } 
Public Property Markers As Boolean 
public bool Markers {get; set;} 
@property (nonatomic, assign) BOOL markers 
public boolean getMarkers() 
public void setMarkers(boolean value) 
             
 <br/>get_Markers();<br/>set_Markers(value);<br/>Object.defineProperty('Markers');  
public: 
property bool Markers { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to save any existing metadata markers.

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