Remove

Remove(byte, byte)

Removes the dataSet with the specified record and dataSet number.

public bool Remove(byte recordNumber, byte dataSetNumber)
Parameter Type Description
recordNumber Byte The record number.
dataSetNumber Byte The dataSet number.

Return Value

True if the specified IPTC dataSet is found and removed; otherwise, false.

See Also


Remove(byte)

Removes the record with the specified record number.

public bool Remove(byte recordNumber)
Parameter Type Description
recordNumber Byte The record number.

Return Value

True if the specified IPTC record is found and removed; otherwise, false.

See Also