←Select platform

Type Property

Summary

Flag that indicates which lines to remove.

Syntax
C#
VB
Objective-C
C++
Java
public LineRemoveCommandType Type { get; set; } 
Public Property Type As LineRemoveCommandType 
@property (nonatomic, assign) LTLineRemoveCommandType type 
public LineRemoveCommandType getType() 
public void setType(LineRemoveCommandType value) 
public: 
property LineRemoveCommandType Type { 
   LineRemoveCommandType get(); 
   void set (    LineRemoveCommandType ); 
} 

Property Value

Flag that indicates which lines to remove.

Example

Refer to LineRemoveCommand.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly