PDFView4NET WPF Edition
GetMaxDataLength Method




O2S.Components.PDFView4NET.Graphics.Barcodes Namespace > PDFBasePDF417Barcode Class : GetMaxDataLength Method
Calculates the length of the maximum data section that can be encoded in the barcode.
Syntax
'Declaration
 
Public Function GetMaxDataLength() As Integer
'Usage
 
Dim instance As PDFBasePDF417Barcode
Dim value As Integer
 
value = instance.GetMaxDataLength()
public int GetMaxDataLength()
public: int GetMaxDataLength(); 
public:
int GetMaxDataLength(); 

Return Value

The maximum length of encoded data.
Remarks
This method calculates how much of the barcode data can be actually encoded in the barcode. The encoded data is considered to start at the beginning of barcode data. The maximum length is calculated based on barcode data, error correction level and barcode rows and columns.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFBasePDF417Barcode Class
PDFBasePDF417Barcode Members