'Declaration
Public Function Barcode1DWriteGetMinWidth( _ ByVal BarcodeType As Barcode1DWriterType, _ ByVal Data As String _ ) As Integer
public int Barcode1DWriteGetMinWidth( Barcode1DWriterType BarcodeType, string Data )
public function Barcode1DWriteGetMinWidth( BarcodeType: Barcode1DWriterType; Data: String ): Integer;
public function Barcode1DWriteGetMinWidth( BarcodeType : Barcode1DWriterType, Data : String ) : int;
public: int Barcode1DWriteGetMinWidth( Barcode1DWriterType BarcodeType, string* Data )
public: int Barcode1DWriteGetMinWidth( Barcode1DWriterType BarcodeType, String^ Data )
Parameters
- BarcodeType
- A member of the Barcode1DWriterType enumeration.
- Data
- The data of the barcode to encode.
Return Value
The minimum width required to draw the barcode. If 0, you can use the GetStat method to get the
reason the method failed.