Enables or disables loading metadata markers during image file load.
public bool Markers { get; set; }
Public Property Markers As Boolean
@property (nonatomic, assign) BOOL markers
public boolean getMarkers()
public void setMarkers(boolean value)
true to enable loading metadata markers if present in the file, false to ignore them.
When the value of the Markers property is set to true, any subsequent load operation performed by this RasterCodecs object will automatically try to load all the metadata (tags and comments) found in the file and store them in the RasterImage.Markers collection of the resulting image.
Note that any load method that uses tiles, offset or resizing will not load any file metadata automatically regardless of the value of this property.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document