VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing Namespace / LinesType Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    LinesType Enumeration
    In This Topic
    Specifies available types of lines.
    Syntax
    'Declaration
    
    Public Enum LinesType
       Inherits System.Enum
    
    
    public enum LinesType : System.Enum
    
    
    __value public enum LinesType : public System.Enum
    
    
    public enum class LinesType : public System.Enum
    
    
    Members
    MemberDescription
    CustomLine with custom parameters.
    TablesLine is a line of table.
    FormFieldsLinesLine is a form field's line or line that underlines the text.
    StrikeoutLinesLine is a line that strike-outs the text.
    PrinterArtifactsLine is a printer/scanner artifact.
    NoiseLinesLine is a noise.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.ImageProcessing.LinesType

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also