Accusoft.ImagXpress13.Net
ToolIsAttributeSupported Method




Tool to check the specific attribute on.
Specific attribute to determine if it is supported.
Retrieves whether the attribute is supported for a specific tool.
Syntax
'Declaration
 
Public Function ToolIsAttributeSupported( _
   ByVal tool As Tool, _
   ByVal attribute As ToolAttribute _
) As Boolean
'Usage
 
Dim instance As ImageXView
Dim tool As Tool
Dim attribute As ToolAttribute
Dim value As Boolean
 
value = instance.ToolIsAttributeSupported(tool, attribute)
public bool ToolIsAttributeSupported( 
   Tool tool,
   ToolAttribute attribute
)
public: bool ToolIsAttributeSupported( 
   Tool tool,
   ToolAttribute attribute
) 
public:
bool ToolIsAttributeSupported( 
   Tool tool,
   ToolAttribute attribute
) 

Parameters

tool
Tool to check the specific attribute on.
attribute
Specific attribute to determine if it is supported.

Return Value

Value that specifies if the attribute is supported for the tool.
See Also

Reference

ImageXView Class
ImageXView Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback