Plugin_AcrobatVerEx Property (.NET)

 

Type: String

 

Returns a string with the version number of the Adobe Acrobat plug-in, if installed.

 

Note: Use of this property requires the Professional or Enterprise Edition of BrowserHawk.

 

Special notes for this property:

 

C# Example:

<%

ExtendedOptions options = new ExtendedOptions();

options.AddProperties("Plugin_AcrobatVerEx");

ExtendedBrowserObj extBrow = BrowserObj.GetExtendedBrowser(options);

%>

<html>

Plugin_ AcrobatVerEx: <% Response.Write(extBrow.Plugin_AcrobatVerEx); %>

</html>

 

See Also:

Plugin_Acrobat Property (.NET)

CompareVersions Method (.NET)