ImageGear .NET - Updated
IgnoredOnSave Property




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearMetadataLeaf Class : IgnoredOnSave Property
Gets a value indicating whether current node should be ignored during page/document saving or not.
Syntax
'Declaration
 
Public ReadOnly Property IgnoredOnSave As Boolean
'Usage
 
Dim instance As ImGearMetadataLeaf
Dim value As Boolean
 
value = instance.IgnoredOnSave
public bool IgnoredOnSave {get;}
public: __property bool get_IgnoredOnSave();
public:
property bool IgnoredOnSave {
   bool get();
}

Property Value

Boolean value.
Remarks
If this property is set to true, data contained in ImGearMetadataLeaf is ignored during image saving and data from the medatada container (page or document) will be used instead.
See Also

Reference

ImGearMetadataLeaf Class
ImGearMetadataLeaf Members