VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Document Namespace / LineRemovalCommandResult Class
Constructors Properties Methods SeeAlso
In This Topic
    LineRemovalCommandResult Class Members
    In This Topic
    The following tables list the members exposed by LineRemovalCommandResult.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the LineRemovalCommandResult class.
    Public Properties
     NameDescription
    Public PropertyGets the value of line's maximum length was used by LineRemovalCommand for removing of lines.
    Public PropertyGets the value of line's maximum width was used by LineRemovalCommand for removing of lines.
    Public PropertyGets the value of line's minimum length was used by LineRemovalCommand for removing of lines.
    Public PropertyGets the value of line's minimum width was used by LineRemovalCommand for removing of lines.
    Public PropertyGets the collection of removed lines.
    Public Methods
     NameDescription
    Public MethodCombines some execution results into one execution result. (Inherited from ProcessingCommandResult)
    See Also