SetStitchMode method
Use this method to set the type of stitching used for full page screenshots.
Syntax
IConfiguration configval = config.SetStitchMode(value);
config.StitchMode = configval;
= config.StitchMode;
Note that this feature is available as both a method and a property.
Parameters
- value
- Type:StitchModes
- The stitch mode to use.
Return value
- Type: IConfiguration
-
The value returned is the object that called the method.
This allows you to use a fluent style to call the
setXXXX
methods of the Configuration class.