'Declaration Public Function New( _
ByVal storagePathThe storage path.As System.String, _
ByVal compressorThe encoder that will be used for encoding images stored in storage.As Vintasoft.Imaging.Codecs.Encoders.EncoderBase _
)
public CompressedImageStorageOnDisk(
System.String storagePath,
Vintasoft.Imaging.Codecs.Encoders.EncoderBase compressor
)
public: CompressedImageStorageOnDisk(
System.String storagePath,
Vintasoft.Imaging.Codecs.Encoders.EncoderBase* compressor
)
public:
CompressedImageStorageOnDisk(
System.String storagePath,
Vintasoft.Imaging.Codecs.Encoders.EncoderBase^ compressor
)
Parameters
- storagePath
- The storage path.
- compressor
- The encoder that will be used for encoding images stored in storage.