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(const System::String &name)
| Parameter | Type | Description |
|---|---|---|
| name | const System::String& | Custom meta property key. |
ReturnValue
Custom meta property value.
See Also
- Class String
- Class PdfFileInfo
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++