ImageGear .NET v24.14 - Updated
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
public bool ParseXMP {get; set;}
public: __property bool get_ParseXMP();
public: __property void set_ParseXMP( 
   bool value
);
public:
property bool ParseXMP {
   bool get();
   void set (    bool value);
}

Property Value

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

Reference

ImGearLoadOptions Class
ImGearLoadOptions Members