SmartcardReaderFactoryCreate Method 
             | 
          
        
         
            Creates an instance of a Smartcard reader, if available.
            
 
    Namespace: 
   Zebra.Sdk.Device
    Assembly:
   SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntaxpublic static SmartcardReader Create(
	ZebraPrinter printer
)
Public Shared Function Create ( 
	printer As ZebraPrinter
) As SmartcardReader
public:
static SmartcardReader^ Create(
	ZebraPrinter^ printer
)
Parameters
- printer
 - Type: Zebra.Sdk.PrinterZebraPrinter
Base ZebraPrinter that may or may not have Smartcard reader capabilities. 
Return Value
Type: 
SmartcardReaderAn instance of a SmartcardReader object or null if the base printer does not have Smartcard reader
            hardware installed.
See Also