VintaSoft Barcode .NET SDK 14.3: Documentation for .NET developer
Vintasoft.Barcode Namespace / WriterSettings Class / PDF417EncodingMode Property
Syntax Requirements SeeAlso
In This Topic
    PDF417EncodingMode Property (WriterSettings)
    In This Topic
    Gets or sets PDF417 data encoding mode.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(Undefined)>
    <CategoryAttribute("PDF417")>
    <DescriptionAttribute("PDF417 data encoding mode.
    Default value is Undefined (encoding mode calculated automatically).")>
    Public Property PDF417EncodingMode As Vintasoft.Barcode.BarcodeInfo.PDF417EncodingMode
    
    
    [DefaultValue(Undefined)]
    [Category("PDF417")]
    [Description("PDF417 data encoding mode.
    Default value is Undefined (encoding mode calculated automatically).")]
    public Vintasoft.Barcode.BarcodeInfo.PDF417EncodingMode PDF417EncodingMode { get; set; }
    
    
    [DefaultValue(Undefined)]
    [Category("PDF417")]
    [Description("PDF417 data encoding mode.
    Default value is Undefined (encoding mode calculated automatically).")]
    public: __property Vintasoft.Barcode.BarcodeInfo.PDF417EncodingMode get_PDF417EncodingMode();
    public: __property void set_PDF417EncodingMode(
    Vintasoft.Barcode.BarcodeInfo.PDF417EncodingMode value
    );
    [DefaultValue(Undefined)]
    [Category("PDF417")]
    [Description("PDF417 data encoding mode.
    Default value is Undefined (encoding mode calculated automatically).")]
    public:
    property Vintasoft.Barcode.BarcodeInfo.PDF417EncodingMode PDF417EncodingMode { Vintasoft.Barcode.BarcodeInfo.PDF417EncodingMode get(); void set(Vintasoft.Barcode.BarcodeInfo.PDF417EncodingMode value); }

    Property Value

    Default value is PDF417EncodingMode.Undefined (encoding mode calculated automatically).
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also