Class Configuration.ImagingConfig
A collection of configuration parameters for Imaging operations.
public class Configuration.ImagingConfig : Configuration.AbstractConfig
- Inheritance
-
Configuration.ImagingConfig
- Inherited Members
Properties
DefaultFindOptions
Gets or sets the default Imaging.FindOptions for image operations.
public Imaging.FindOptions DefaultFindOptions { get; set; }
Property Value
- Imaging.FindOptions
The default Imaging.FindOptions for image operations.
UseHiddenImageCapture
Gets or sets a value indicating whether CaptureImageHidden(Element) should be used by CaptureImageAuto(Element) (if possible).
public bool UseHiddenImageCapture { get; set; }
Property Value
- bool
A value indicating if hidden screenshot capturing should be used.
Remarks
Hidden image capturing tries to capture screenshots without making the element visible before. This might not work for every control, try disabling this option if you have problems capturing screenshots.