Skip to content

Canvas::AddCustomMetadata method

Add a custom metadata field to the output canvas. This function MUST be called before the first call to RenderPage.

Prototype

void AddCustomMetadata(string name, string value)
void AddCustomMetadata(string name, string value) throws IGRException;
def AddCustomMetadata(self, name: string, value: string) -> void
void AddCustomMetadata(const std::wstring& name, const std::wstring& value)

Parameters

name: string : The value of the metadata field.

value: string : The name of the metadata field.