Enum PrintErrorsType

PrintErrorsType enumeration

Represents print errors constants.

public enum PrintErrorsType

Values

NameValueDescription
PrintErrorsBlank0Represents not to print errors.
PrintErrorsDash1Represents to print errors as “–”.
PrintErrorsDisplayed2Represents to print errors as displayed.
PrintErrorsNA3Represents to print errors as “#N/A”.

See Also