AddRecord

WmfImage.AddRecord method

Incorporate the specified record object into the image, enriching its content with additional data or metadata. Utilize this method to seamlessly integrate record objects into the image, facilitating comprehensive data storage and organization within your application.

public int AddRecord(WmfObject record)
ParameterTypeDescription
recordWmfObjectThe record.

Return Value

Number of record.

See Also