←Select platform

SetOptionValue Method

Summary

Sets the value of the specified option.

Syntax

C#
VB
Java
C++
public abstract void SetOptionValue(  
   string optionName, 
   string value 
) 
Public MustOverride Sub SetOptionValue( _ 
   ByVal optionName As String, _ 
   ByVal value As String _ 
)  
public abstract String getOptionValue(String optionName) 
public: 
abstract void SetOptionValue(  
   String^ optionName, 
   String^ value 
)  

Parameters

optionName
The option name.

value
The option value.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Sane Assembly