Click or drag to resize
ConverterSetDocumentMeta Method
Public API of XMLmind XSL-FO Converter for .NET
Add, replace or remove specified document metadata.

Namespace: XmlMind.FoConverter
Assembly: xfc-api (in xfc-api.dll) Version: 6.3.0
Syntax
public void SetDocumentMeta(
	string name,
	string value
)

Parameters

name
Type: SystemString
Name of metadata.
value
Type: SystemString
Value of metadata.
Remarks
Specify a null value to remove the metadata.
See Also