VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Codecs.Encoders Namespace / TiffEncoderSettings Class / UseStrips Property
Синтаксис Требования Смотрите также
В этом разделе
    UseStrips Свойство (TiffEncoderSettings)
    В этом разделе
    Возвращает или задает значение, указывающее, нужно ли кодировать изображение с помощью полос.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("A value indicating whether image must be encoded using strips.")>
    <DefaultValueAttribute(True)>
    Public Property UseStrips As Boolean
    
    
    [Description("A value indicating whether image must be encoded using strips.")]
    [DefaultValue(True)]
    public bool UseStrips { get; set; }
    
    
    [Description("A value indicating whether image must be encoded using strips.")]
    [DefaultValue(True)]
    public: __property bool get_UseStrips();
    public: __property void set_UseStrips(
    bool value
    );
    [Description("A value indicating whether image must be encoded using strips.")]
    [DefaultValue(True)]
    public:
    property bool UseStrips { bool get(); void set(bool value); }

    Property Value

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

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

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