Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.27
|
Leadtools.ImageProcessing.Core Namespace > GetLinearVoiLookupTableCommand Class : Flags Property |
public GetLinearVoiLookupTableCommandFlags Flags {get; set;}
'Declaration
Public Property Flags As GetLinearVoiLookupTableCommandFlags
'Usage
Dim instance As GetLinearVoiLookupTableCommand Dim value As GetLinearVoiLookupTableCommandFlags instance.Flags = value value = instance.Flags
public GetLinearVoiLookupTableCommandFlags Flags {get; set;}
@property (nonatomic, assign) LTGetLinearVoiLookupTableCommandFlags flags
public int getFlags() public void setFlags(int value)
<br/>get_Flags();<br/>set_Flags(value);<br/>Object.defineProperty('Flags');
public: property GetLinearVoiLookupTableCommandFlags Flags { GetLinearVoiLookupTableCommandFlags get(); void set ( GetLinearVoiLookupTableCommandFlags value); }