'宣言 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 )