ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearMetadataHead Class / SetTargetFormat Method
ImageGear.Formats.ImGearFormats enumeration value.




In This Topic
SetTargetFormat Method
In This Topic
Sets target format of the page metadata.
Syntax
'Declaration
 
Public Sub SetTargetFormat( _
   ByVal format As ImGearFormats _
) 
 
'Usage
 
Dim instance As ImGearMetadataHead
Dim format As ImGearFormats
 
instance.SetTargetFormat(format)

Parameters

format
ImageGear.Formats.ImGearFormats enumeration value.
Remarks
If the new target format is the same as current target format, no action is taken. If the new format is different from the current format, the existing metadata is discarded and a new empty tree with specified target format is created.

See GetTargetFormat for details on target format usage.

ImageGear.Formats.ImGearFormats enumeration.

See Also