ASP.NET Core MVC コントロールヘルプ
ErrorCorrectionLevel メソッド (Pdf417Builder)

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > Pdf417Builder クラス : ErrorCorrectionLevel メソッド
The value.
Configurates C1.Web.Mvc.Pdf417.ErrorCorrectionLevel. Sets the error correction level of this control. PDF417 symbology supports 9 levels of error correction, with 0 being the least thorough and 8 being the most thorough. When the correction level is set to 0, very little redundant information is encoded and the scanner can perform little more than correct for the very simplest of errors. When set to 8, significant scanning problems can be corrected. The default error correction for PDF417 is 'auto.' This automatically specifies a correction level based on the amount of information encoded into each PDF417 symbol.
シンタックス
'宣言
 
Public Overridable Function ErrorCorrectionLevel( _
   ByVal value As System.Integer _
) As Pdf417Builder
public virtual Pdf417Builder ErrorCorrectionLevel( 
   System.int value
)

パラメータ

value
The value.

戻り値の型

Current builder.
解説
The possible property values are null | undefined | 0 - 8.
参照

Pdf417Builder クラス
Pdf417Builder メンバ