ImageGear v26.5 - Updated March 3, 2025
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearMetadataLeaf Class / IgnoredOnSave Property




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

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