The PreProcessingOptions Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets flags that indicate whether to preprocess the image.| Visual Basic (Declaration) | |
|---|---|
Public Property PreProcessingOptions As DeskewCommandPreProcessingOptions | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As DeskewActivity Dim value As DeskewCommandPreProcessingOptions instance.PreProcessingOptions = value value = instance.PreProcessingOptions | |
| C# | |
|---|---|
public DeskewCommandPreProcessingOptions PreProcessingOptions {get; set;} | |
| C++/CLI | |
|---|---|
public: property DeskewCommandPreProcessingOptions PreProcessingOptions { DeskewCommandPreProcessingOptions get(); void set ( DeskewCommandPreProcessingOptions value); } | |
Property Value
Flags that indicate whether to preprocess the image.Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code