ImageGear v26.3 - Updated
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
    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