ImageGear .NET - Updated
SetTargetFormat Method




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearMetadataHead Class : SetTargetFormat Method
ImageGear.Formats.ImGearFormats enumeration value.
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)
public void SetTargetFormat( 
   ImGearFormats format
)
public: void SetTargetFormat( 
   ImGearFormats format
) 
public:
void SetTargetFormat( 
   ImGearFormats 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

Reference

ImGearMetadataHead Class
ImGearMetadataHead Members