ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.EXIF Namespace / ImGearEXIFXMPMetadata Class / CustomRendered Property




In This Topic
CustomRendered Property (ImGearEXIFXMPMetadata)
In This Topic
Gets or sets CustomRendered property of the EXIF XMP schema.
Syntax
'Declaration
 
Public Property CustomRendered As ImGearXMPEnum(Of ImGearEXIFCustomRendered)
 
'Usage
 
Dim instance As ImGearEXIFXMPMetadata
Dim value As ImGearXMPEnum(Of ImGearEXIFCustomRendered)
 
instance.CustomRendered = value
 
value = instance.CustomRendered

Property Value

ImageGear.Formats.XMP.ImGearXMPEnum<T> generic class value with ImageGear.Formats.EXIF.ImGearEXIFCustomRendered type parameter.
Remarks
This XMP property represents EXIF tag 41985 (0xA401) and indicates the use of special processing on image data.
See Also