Click or drag to resize

ImageControlProperties Class

This class is used to provide properties for the WorkspaceViewer used by the DocumentViewer.
Inheritance Hierarchy
SystemObject
  Atalasoft.Imaging.WinControlsImageControlProperties

Namespace:  Atalasoft.Imaging.WinControls
Assembly:  Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class ImageControlProperties

The ImageControlProperties type exposes the following members.

Properties
  NameDescription
Public propertyActiveMouseButton
Public propertyAllowDrop
Gets or sets a value indicating whether the control can accept data that the user draggs onto it.
Public propertyAntialiasDisplay
Public propertyAutoZoom
Public propertyBackColor
Gets or sets the background color fo the control.
Public propertyCentered
Public propertyColorManage
Public propertyContextMenu
Gets or sets the ContextMenu for the control.
Public propertyContextMenuStrip
Gets or sets the context menu used for the control.
Public propertyCursor
Gets or sets the Cursor for the control.
Public propertyDisplayProfile
Public propertyImage
Public propertyImageBorderPen
Public propertyImagePosition
Public propertyImageRectangle
Public propertyMagnifier
Public propertyMouseTool
Public propertyMouseWheelScrolling
Gets or sets a value indicating whether the control will scroll when mouse wheel events are received.
Public propertyOutputProfile
Public propertyPanCursor
Public propertyProofIntent
Public propertyRenderingIntent
Public propertyResolutionScaleMode
Public propertyScrollBarStyle
Public propertyScrollPosition
Public propertyScrollRectangle
Public propertyScrollSize
Public propertySelection
Public propertySmoothScroll
Public propertyZoom
Public propertyZoomAreaCursor
Public propertyZoomCursor
Public propertyZoomInCursor
Public propertyZoomInOutPercentage
Public propertyZoomOutCursor
Public propertyZoomRectangle
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string name for the class.
(Overrides ObjectToString.)
Top
See Also