Accusoft.ImagXpress13.Net
ToolSetAttribute Method




The Tool to set the specific attribute on.
Specific attribute to set the value on.
An integer value which represents the new tool's attribute value.
Sets the value of a specific tool's attribute.
Syntax
'Declaration
 
Public Sub ToolSetAttribute( _
   ByVal tool As Tool, _
   ByVal attribute As ToolAttribute, _
   ByVal newValue As Integer _
) 
'Usage
 
Dim instance As ImageXView
Dim tool As Tool
Dim attribute As ToolAttribute
Dim newValue As Integer
 
instance.ToolSetAttribute(tool, attribute, newValue)
public void ToolSetAttribute( 
   Tool tool,
   ToolAttribute attribute,
   int newValue
)
public: void ToolSetAttribute( 
   Tool tool,
   ToolAttribute attribute,
   int newValue
) 
public:
void ToolSetAttribute( 
   Tool tool,
   ToolAttribute attribute,
   int newValue
) 

Parameters

tool
The Tool to set the specific attribute on.
attribute
Specific attribute to set the value on.
newValue
An integer value which represents the new tool's attribute value.
See Also

Reference

ImageXView Class
ImageXView Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback