SBSBarcodeGenerator.h
Go to the documentation of this file.
51 - (nullable UIImage *)generateFromString:(nullable NSString *)string error:(NSError *_Nullable *_Nullable)outError;
63 - (nullable UIImage *)generateFromData:(nullable NSData *)data error:(NSError *_Nullable *_Nullable)outError;
90 - (BOOL)setOptions:(NSDictionary<NSString *, id> *)options error:(NSError *_Nullable *_Nullable)outError;
Definition: SBSBarcodeGenerator.h:20
NS_ASSUME_NONNULL_BEGIN FOUNDATION_EXPORT NSString *const SBSGeneratorErrorDomain
The NSError domain of the SBSBarcodeGenerator related errors.
Definition: SBSBarcodeGenerator.h:30
Definition: SBSBarcodeGenerator.h:19
An encoding range for the barcode generator. Specifies the encoding and the start and end index of th...
Definition: SBSEncodingRange.h:19
Definition: SBSBarcodeGenerator.h:18