DocumentInfo.IsPredefinedKey

DocumentInfo.IsPredefinedKey method

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

public static bool IsPredefinedKey(string key)
ParameterTypeDescription
keyStringSelected key

Return Value

True in case the key is predefined.

See Also