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

Syntax

C#
public Object AddImage(
	ImageStyle image,
	FontStyle fontStyle,
	PDFAnchor anchor
)
Visual Basic
Public Function AddImage ( _
	image As ImageStyle, _
	fontStyle As FontStyle, _
	anchor As PDFAnchor _
) As Object
Visual C++
public:
Object^ AddImage(
	ImageStyle image, 
	FontStyle fontStyle, 
	PDFAnchor^ anchor
)

See Also