VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Barcode.BarcodeInfo Namespace / PpnBarcodeValue Class / IsGermanMarketPpn Property
Syntax Remarks Requirements SeeAlso
In This Topic
IsGermanMarketPpn Property (PpnBarcodeValue)
In This Topic
Gets a value indicating whether PPN is german market PPN (11+PZN8+~C).
Syntax
'Declaration

<DescriptionAttribute("Indicates whether PPN is german market PPN (11+PZN8+~C).")>
Public ReadOnly Property IsGermanMarketPpn As Boolean

[Description("Indicates whether PPN is german market PPN (11+PZN8+~C).")]
public bool IsGermanMarketPpn { get; }

Property Value

true if PPN is german market PPN; otherwise, false.
Remarks

For the German market, the PPN contains the pharmaceutical central number (PZN), prefixed with the "Product Registration Agency Code" "11". The PPN is formed using only the 8-digit PZN (PZN8). The PZN7 (seven-digit PZN) is converted into a PZN8 by inserting a leading zero.

Requirements

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

See Also