VintaSoft Barcode .NET SDK 16.0: Документация для Веб разработчика
Vintasoft.Data Namespace / StreamDataStorage Class / StreamDataStorage Constructor(String)
Синтаксис Exceptions Требования Смотрите также
В этом разделе
StreamDataStorage Constructor(String)
В этом разделе
Initializes a new instance of the T:Vintasoft.Data.StreamDataStorage class.
Синтаксис
'Declaration

Public Function New( _
ByVal storagePath
An absolute path to the directory, where storage must store files.
As String _
)
public StreamDataStorage(
string storagePath
)

Parameters

storagePath
An absolute path to the directory, where storage must store files.
Исключения
ИсключениеОписание
Thrown if {i}storagePath{/i} is {b}null{/b} or empty.
Thrown if {i}storagePath{/i} contains invalid characters.
Thrown if {i}storagePath{/i} does not exist.
Требования

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

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