ImageGear23.Core Assembly > ImageGear.Formats Namespace > ImGearFileFilters Class : Add Method |
'Declaration Public Function Add( _ ByVal newFormat As IImGearFormat _ ) As Integer
'Usage Dim instance As ImGearFileFilters Dim newFormat As IImGearFormat Dim value As Integer value = instance.Add(newFormat)
public int Add( IImGearFormat newFormat )
public: int Add( IImGearFormat* newFormat )
public: int Add( IImGearFormat^ newFormat )