'宣言 Public Sub Save( _ ByVal stream As System.IO.Stream, _ ByVal imgFormat As ImageFormat _ )
public void Save( System.IO.Stream stream, ImageFormat imgFormat )
パラメータ
- stream
- バーコードが保存される System.IO.Stream。
- imgFormat
- 画像の形式を示す ImageFormat。
'宣言 Public Sub Save( _ ByVal stream As System.IO.Stream, _ ByVal imgFormat As ImageFormat _ )
public void Save( System.IO.Stream stream, ImageFormat imgFormat )