Namespace: Dynamsoft.DotNet.TWAIN.AnnotationAssembly: DynamicDotNetTWAIN (in DynamicDotNetTWAIN.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
| C# |
|---|
public AnnotationData(
DWTAnnotationType objDWTAnnotationType,
string strName,
string strUserName,
string strDescription,
DateTime dtCreationTime,
DateTime dtModifiedTime,
bool bSelected
) |
| Visual Basic |
|---|
Public Sub New ( _
objDWTAnnotationType As DWTAnnotationType, _
strName As String, _
strUserName As String, _
strDescription As String, _
dtCreationTime As DateTime, _
dtModifiedTime As DateTime, _
bSelected As Boolean _
) |
| Visual C++ |
|---|
public:
AnnotationData(
DWTAnnotationType objDWTAnnotationType,
String^ strName,
String^ strUserName,
String^ strDescription,
DateTime dtCreationTime,
DateTime dtModifiedTime,
bool bSelected
) |
Parameters
- objDWTAnnotationType
- Type: Dynamsoft.DotNet.TWAIN.Enums..::..DWTAnnotationType
- strName
- Type: System..::..String
- strUserName
- Type: System..::..String
- strDescription
- Type: System..::..String
- dtCreationTime
- Type: System..::..DateTime
- dtModifiedTime
- Type: System..::..DateTime
- bSelected
- Type: System..::..Boolean
See Also