←Select platform

Passes Property

Summary

Gets the number of passes (scans through the image) when loading a progressive image (Jpeg mainly) Leadtools.Codecs.CodecsLoadOptions.Passes.

Syntax

C#
VB
C++
public int Passes { get; } 
  
Public ReadOnly Property Passes As Integer 
public: 
property int Passes { 
   int get(); 
} 

Property Value

The number of passes (scans through the image) when loading a progressive image (Jpeg mainly) Leadtools.Codecs.CodecsLoadOptions.Passes.

Example

Refer to RasterOpenDialog example.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms.CommonDialogs.File Assembly