Resource Base
Table of contents

DSUtilityModule

The DSUtilityModule class defines common functionality in the DynamsoftUtility module.

Definition

Assembly: DynamsoftUtility.xcframework

  • Objective-C
  • Swift
  1. @interface DSUtilityModule : NSObject
    
  2. class UtilityModule : NSObject
    

Methods

Method Description
getVersion Get the version of DynamsoftUtility module.

getVersion

Get the version of DynamsoftUtility module.

  • Objective-C
  • Swift
  1. + (NSString *)getVersion;
    
  2. class func getVersion() -> String
    

Return Value

The version of DynamsoftUtility module.

Code Snippet

  • Objective-C
  • Swift
  1. NSString *version = [DSUtilityModule getVersion];
    
  2. let version = UtilityModule.getVersion()
    

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article:

latest version

    Change +