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.
See Also