Initializes a new instance of the PDFSubText class

Namespace: CuteEditor.Convertor.PDF
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public PDFSubText(
	Object content,
	int width,
	Object style,
	ContentType type,
	Object link
)
Visual Basic
Public Sub New ( _
	content As Object, _
	width As Integer, _
	style As Object, _
	type As ContentType, _
	link As Object _
)
Visual C++
public:
PDFSubText(
	Object^ content, 
	int width, 
	Object^ style, 
	ContentType type, 
	Object^ link
)

See Also