Aspose::Pdf::DocumentInfo::IsPredefinedKey method

DocumentInfo::IsPredefinedKey method

Determines if the key is predefined (Title, Author, etc.), not custom.

static bool Aspose::Pdf::DocumentInfo::IsPredefinedKey(const System::String &key)
ParameterTypeDescription
keyconst System::String&Selected key

ReturnValue

True in case the key is predefined.

See Also