ImageGear .NET - Updated December 24, 2018
ParseXMP Property




ImageGear24.Core Assembly > ImageGear.Formats Namespace > ImGearLoadOptions Class : ParseXMP Property
Gets or sets a value indicating whether ImageGear shall parse XMP stream or provide it to the application as a single binary tag.
Syntax
'Declaration
 
Public Property ParseXMP As Boolean
 
'Usage
 
Dim instance As ImGearLoadOptions
Dim value As Boolean
 
instance.ParseXMP = value
 
value = instance.ParseXMP

Property Value

Boolean value.
Remarks
The default value is true.
See Also

Reference

ImGearLoadOptions Class
ImGearLoadOptions Members