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




In This Topic
CustomRendered Property (ImGearEXIFMetadata)
In This Topic
Gets or sets CustomRendered Tag value.
Syntax
'Declaration
 
Public Property CustomRendered As Nullable(Of ImGearEXIFCustomRendered)
 
'Usage
 
Dim instance As ImGearEXIFMetadata
Dim value As Nullable(Of ImGearEXIFCustomRendered)
 
instance.CustomRendered = value
 
value = instance.CustomRendered

Property Value

Nullable (boxed) ImGearEXIFCustomRendered enumeration value.
Remarks
This property accesses the CustomRendered tag. This tag indicates the use of special processing on image data, such as rendering geared to output. When special processing is performed, the reader is expected to disable or minimize any further processing.
See Also