You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// When image format is already known, specify image format explicitly to bypass auto-detection.
ImGearLoadOptions imGearLoadOptions = new ImGearLoadOptions();
imGearLoadOptions.Format = ImGearFormats.TIF;
// Load image page using optional parameters.
ImGearPage imGearPage = null;
int pageIndex = 1;
using (FileStream inputStream = new FileStream(@"../../../../../../Sample Input/multi-page-depth-24.tif", FileMode.Open, FileAccess.Read, FileShare.Read))