Aspose::Pdf::Facades::PdfFileInfo::GetMetaInfo method

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.

System::String Aspose::Pdf::Facades::PdfFileInfo::GetMetaInfo(System::String name)
ParameterTypeDescription
nameSystem::StringCustom meta property key.

ReturnValue

Custom meta property value.

See Also