VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.ImageProcessing.Document Namespace / LineRemovalCommand Class / LineEndsType Property
Синтаксис Требования Смотрите также
В этом разделе
    LineEndsType Свойство (LineRemovalCommand)
    В этом разделе
    Возвращает или задает тип концов строк.
    Синтаксис
    '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

    Значение по умолчанию - LineEndsType.Любой.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также