PdfFileInfo.SetMetaInfo

PdfFileInfo.SetMetaInfo method

Sets customized information of PDF document.

public void SetMetaInfo(string name, string value)
ParameterTypeDescription
nameStringCustom meta property key.
valueStringCustom meta property value.

See Also