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
Parameters¶
name: string
: The value of the metadata field.
value: string
: The name of the metadata field.
Return value¶
void
: void