Namespace: Dynamsoft.DotNet.TWAIN.Annotation
Assembly: DynamicDotNetTWAIN (in DynamicDotNetTWAIN.dll) Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public TextAnnotationData(
	Point objLocation,
	Size objSize,
	Font objFont,
	Color objTextColor,
	string strText,
	DWTTextRotate enumTextRotate,
	string strName,
	string strUserName,
	string strDiscription,
	DateTime dtCreationTime,
	DateTime dtModifiedTime,
	bool bSelected
)
Visual Basic
Public Sub New ( _
	objLocation As Point, _
	objSize As Size, _
	objFont As Font, _
	objTextColor As Color, _
	strText As String, _
	enumTextRotate As DWTTextRotate, _
	strName As String, _
	strUserName As String, _
	strDiscription As String, _
	dtCreationTime As DateTime, _
	dtModifiedTime As DateTime, _
	bSelected As Boolean _
)
Visual C++
public:
TextAnnotationData(
	Point objLocation, 
	Size objSize, 
	Font^ objFont, 
	Color objTextColor, 
	String^ strText, 
	DWTTextRotate enumTextRotate, 
	String^ strName, 
	String^ strUserName, 
	String^ strDiscription, 
	DateTime dtCreationTime, 
	DateTime dtModifiedTime, 
	bool bSelected
)

Parameters

objLocation
Type: System.Drawing..::..Point
objSize
Type: System.Drawing..::..Size
objFont
Type: System.Drawing..::..Font
objTextColor
Type: System.Drawing..::..Color
strText
Type: System..::..String
enumTextRotate
Type: Dynamsoft.DotNet.TWAIN.Enums..::..DWTTextRotate
strName
Type: System..::..String
strUserName
Type: System..::..String
strDiscription
Type: System..::..String
dtCreationTime
Type: System..::..DateTime
dtModifiedTime
Type: System..::..DateTime
bSelected
Type: System..::..Boolean

See Also