JoinRunsOptions
JoinRunsOptions class
Provides configuration flags for the join runs operation.
public class JoinRunsOptions
Constructors
Properties
| Name | Description |
|---|
| IgnoreInsignificant { get; set; } | True indicates that the insignificant attributes of all runs will be ignored when joining runs with same formatting. |
| IgnoreRedundant { get; set; } | True indicates that the redundant attributes of all runs will be ignored when joining runs with same formatting. |
| IgnoreSpacing { get; set; } | True indicates that the spacing attributes of all runs will be ignored when joining runs with same formatting. |
See Also