mirror of
https://github.com/soukoku/ntwain.git
synced 2025-12-26 22:45:48 +08:00
Some internal refactoring.
This commit is contained in:
@@ -6,7 +6,7 @@ namespace NTwain.Triplets
|
||||
{
|
||||
public sealed class JpegCompression : OpBase
|
||||
{
|
||||
internal JpegCompression(TwainSession session) : base(session) { }
|
||||
internal JpegCompression(ITwainSessionInternal session) : base(session) { }
|
||||
|
||||
/// <summary>
|
||||
/// Causes the Source to return the parameters that will be used during the compression of data
|
||||
|
||||
Reference in New Issue
Block a user