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(System::String key)
ParameterTypeDescription
keySystem::StringSelected key

ReturnValue

True in case the key is predefined.

See Also