Custom Plug-in Properties, how to set?

Hello,

If possible I would like to set the plugin properties - the list of properties that are exposed when clicking on the ‘properties’ button which sits adjacent to the ‘install’ button of the plugins window of document properties (ie. File > Document Properties > Plugins ).

The properties shown are “manufacturer” “address” country" … … “website”.

I looked through the plugins class but the methods that appeared most promising provided get rather than get/set capabilities.

Is it possible to set these properties?

Yes, but you should look for them in the AssemblyInfo.cs file, which is found under

v Your Project
    v Properties 
        AssemblyInfo.cs

in Visual Studio.

Many thanks!