| RequestOutputItemAddExifTag Method  | 
            Exif tags, key should be any of AspriseImaging#EXIF_NAME_DocumentName
            
 
Namespace: asprise_imaging_apiAssembly: asprise-imaging-scan.net-api (in asprise-imaging-scan.net-api.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic RequestOutputItem AddExifTag(
	string tagName,
	string value
)
Public Function AddExifTag ( 
	tagName As String,
	value As String
) As RequestOutputItem
public:
RequestOutputItem^ AddExifTag(
	String^ tagName, 
	String^ value
)
member AddExifTag : 
        tagName : string * 
        value : string -> RequestOutputItem 
Parameters
- tagName
 - Type: SystemString
 - value
 - Type: SystemString
 
Return Value
Type: 
RequestOutputItem
See Also