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)
| Parameter | Type | Description |
|---|---|---|
| key | const System::String& | Selected key |
ReturnValue
True in case the key is predefined.
See Also
- Class String
- Class DocumentInfo
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++