ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats Namespace / ImGearLoadOptions Class / ParseXMP Property




In This Topic
ParseXMP Property
In This Topic
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