Back to Devexpress

DocumentCustomProperties.Add Method

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-documentcustomproperties-dot-add.md

latest1.7 KB
Original Source

DocumentCustomProperties.Add Method

NameParametersDescription
Add(String, Bookmark)name, valueAdds a new custom property linked to the specified bookmark and value to the collection of custom properties for the document.
Add(String, Boolean)name, valueAdds a new custom property with the specified name and value to the collection of custom properties for the document.
Add(String, DateTime)name, valueAdds a new custom property with the specified name and value to the collection of custom properties for the document.
Add(String, Double)name, valueAdds a new custom property with the specified name and value to the collection of custom properties for the document.
Add(String, Int32)name, valueAdds a new custom property with the specified name and value to the collection of custom properties for the document.
Add(String, String)name, valueAdds a new custom property with the specified name and value to the collection of custom properties for the document.