Accusoft.ImagXpressSdk Namespace : ImageXView Class |
'Declaration <ToolboxBitmapAttribute()> <DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="System.Windows.Forms.Design.ParentControlDesigner,System.Design")> Public Class ImageXView Inherits System.Windows.Forms.UserControl
'Usage Dim instance As ImageXView
[ToolboxBitmap()] [Designer(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="System.Windows.Forms.Design.ParentControlDesigner,System.Design")] public class ImageXView : System.Windows.Forms.UserControl
[ToolboxBitmap()] [Designer(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="System.Windows.Forms.Design.ParentControlDesigner,System.Design")] public __gc class ImageXView : public System.Windows.Forms.UserControl
[ToolboxBitmap()] [Designer(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="System.Windows.Forms.Design.ParentControlDesigner,System.Design")] public ref class ImageXView : public System.Windows.Forms.UserControl
This class contains functionality for modifying an image's appearance as it is displayed in the viewer control.
If you create an ImageXView control at runtime then it is necessary to pass in an instance of an ImagXpress component either directly in the constructor or indirectly through the container or you must use the Workspace property. Please review each constructor's help page for a code example on how to properly use the constructor so that the ImageXView control is properly licensed.
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.ScrollableControl
System.Windows.Forms.ContainerControl
System.Windows.Forms.UserControl
Accusoft.ImagXpressSdk.ImageXView