View on GitHub

SARAFF SOFTWARE

All products / Saraff.Twain.NET / Contents

Image Layout

// Get image layout
RectangleF _layout=this._twain32.ImageLayout;

// Set image layout
this._twain32.ImageLayout=new RectangleF(1f,2f,3f,4f);