📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

imagecomponents.wpf.imaging-x86

Package Overview
Dependencies
Maintainers
0
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

imagecomponents.wpf.imaging-x86

3.5.9.8
unpublished
NuGet
Version published
Maintainers
0
Created
Source

This NuGet package must be compiled and configured for x86 platforms. Open the configuration manager dialog and set your project platform to x86. After that, the application can run on both x86 and x64 platforms. You can also download the x64 assemblies version from our site: http://www.imagecomponents.net/Download.aspx CSharp: - Right click your project and select 'properties'. - Select the Build tab. - Change the value of the 'Platform target' to X86. - Rebuild your project. VB.Net: - Right click your project and select 'properties'. - Select the Compile tab. - Change the value of the 'Target CPU' to X86. - Rebuild your project.

Running the example files: - Instantiate your language choice example class (ICWPFCSharp.cs or ICWPFVB.vb): CSharp: ICWPFExample.CSharpExample m_Example = new ICWPFExample.CSharpExample(); m_Example.Initialize(); VB.Net: Dim m_Example As ICWPFExample.VBExample = New ICWPFExample.VBExample() m_Example.Initialize()

Adding the components to the Visual Studio Toolbox: http://www.imagecomponents.net/QuickStarts/Index/3

Source example files included:

  • ICWPFCSharp.cs - CSharp example
  • ICWPFVB.vb - VB.Net example

Keywords

Document

FAQs

Package last updated on 22 Sep 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts