SettingsHelperUtilZmotifGetLaminatorOffset Method 
             | 
          
        
         
            Returns the specified laminator offset value.
            
 
    Namespace: 
   Zebra.Sdk.Card.Zmotif.Settings
    Assembly:
   SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
SyntaxParameterInfo GetLaminatorOffset(
	LaminatorOffsetType type
)
Function GetLaminatorOffset ( 
	type As LaminatorOffsetType
) As ParameterInfo
ParameterInfo^ GetLaminatorOffset(
	LaminatorOffsetType type
)
Parameters
- type
 - Type: Zebra.Sdk.Card.EnumerationsLaminatorOffsetType
The offset type. 
Return Value
Type: 
ParameterInfoThe laminator offset value and range.
Exceptions| Exception | Condition | 
|---|
| ConnectionException | If the device is busy or there is an error communicating with the printer. | 
| SettingsException | If the type is invalid or an error occurs while retrieving the laminator offset. | 
See Also