PdfFileInfo.GetMetaInfo

PdfFileInfo.GetMetaInfo method

Gets customized information of PDF document with property name. If there is no property match the name it will return a blank string.

public string GetMetaInfo(string name)
ParameterTypeDescription
nameStringCustom meta property key.

Return Value

Custom meta property value.

See Also