←Select platform

Markers Property (CodecsSaveOptions)

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) 
             
  
get_Markers(); 
set_Markers(value); 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Codecs Assembly
Click or drag to resize