RtfPicture Constructor(RtfObject,C1Bitmap)
In This Topic
The Word/RTF picture specific constructor.
Syntax
'Declaration
Public Function New( _
ByVal As RtfObject, _
ByVal As C1.Win.Bitmap.C1Bitmap _
)
public RtfPicture(
RtfObject ,
C1.Win.Bitmap.C1Bitmap
)
Parameters
- owner
- The owned Word/RTF object.
- bmp
- The specified bitmap object for picture.
See Also