The Aspose.Words.Properties namespace provides classes to work with custom and built-in Document properties such as title, keywords, company etc.... auto doc = MakeObject<Document>(); ASSERT_EQ(...ASSERT_EQ( DocumentSecurity::None , doc->get_BuiltInDocumentPrope()->get_Security());...