GetMetaInfo

PdfFileInfo.GetMetaInfo method

获取带有属性名称的 PDF 文档的自定义信息。如果没有与名称匹配的属性,它将返回一个空白字符串。

public string GetMetaInfo(string name)
范围类型描述
nameString自定义元属性键。

返回值

自定义元属性值。

也可以看看