Aspose::Pdf::Facades::PdfFileInfo::SetMetaInfo method

PdfFileInfo::SetMetaInfo method

Sets customized information of PDF document.

void Aspose::Pdf::Facades::PdfFileInfo::SetMetaInfo(const System::String &name, const System::String &value)
ParameterTypeDescription
nameconst System::String&Custom meta property key.
valueconst System::String&Custom meta property value.

See Also