ConverterSetDocumentMeta Method |
Public API of XMLmind XSL-FO Converter for .NET
Add, replace or remove specified document metadata.
Namespace: XmlMind.FoConverterAssembly: xfc-api (in xfc-api.dll) Version: 6.3.0
Syntax public void SetDocumentMeta(
string name,
string value
)
Public Sub SetDocumentMeta (
name As String,
value As String
)
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