VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Document Namespace / LineRemovalCommand Class / LineEndsType Property
Syntax Requirements SeeAlso
In This Topic
    LineEndsType Property (LineRemovalCommand)
    In This Topic
    Gets or sets the type of lines ends.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The type of lines ends.")>
    <DefaultValueAttribute(Any)>
    Public Property LineEndsType As Vintasoft.Imaging.ImageProcessing.LineEndsType
    
    
    [Description("The type of lines ends.")]
    [DefaultValue(Any)]
    public Vintasoft.Imaging.ImageProcessing.LineEndsType LineEndsType { get; set; }
    
    
    [Description("The type of lines ends.")]
    [DefaultValue(Any)]
    public: __property Vintasoft.Imaging.ImageProcessing.LineEndsType get_LineEndsType();
    public: __property void set_LineEndsType(
    Vintasoft.Imaging.ImageProcessing.LineEndsType value
    );

    Property Value

    Default value is LineEndsType.Any.
    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