VintaSoft Twain .NET SDK 15.3: Руководство для .NET разработчика
Vintasoft.WinTwain.ImageEncoders Namespace / TwainTiffEncoderSettings Class / TiffMultiPage Property
Синтаксис Ремарки Требования Смотрите также
В этом разделе
    TiffMultiPage Свойство (TwainTiffEncoderSettings)
    В этом разделе
    Gets or sets a value indicating whether multipage TIFF file must be created.
    Синтаксис
    'Declaration
    
    Public Property TiffMultiPage As Boolean
    
    
    public bool TiffMultiPage { get; set; }
    
    
    public: __property bool get_TiffMultiPage();
    public: __property void set_TiffMultiPage(
    bool value
    );
    public:
    property bool TiffMultiPage { bool get(); void set(bool value); }

    Property Value

    true - multipage TIFF file must be created; false - singlepage TIFF file must be created.
    Default value is true.
    Ремарки

    New file will be created if this property is set to true and TIFF file does not exist.
    New image will be added to existing file if this property is set to true and the TIFF file exists.
    New file will be created or old file will be replaced if this property is set to false.

    Требования

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

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