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