[]
The Word/RTF picture specific constructor.
public RtfPicture(WriteableBitmap img, ImageFormat imgf = ImageFormat.Png)
Type | Name | Description |
---|---|---|
WriteableBitmap | img | The image/bitmap for picture. |
ImageFormat | imgf | The image format in storage. |
The Word/RTF picture specific constructor.
public RtfPicture(RtfObject owner, WriteableBitmap img, ImageFormat imgf = ImageFormat.Png)
Type | Name | Description |
---|---|---|
RtfObject | owner | The owned Word/RTF object. |
WriteableBitmap | img | The image/bitmap for picture. |
ImageFormat | imgf | The image format in storage. |
The Word/RTF picture specific constructor.
public RtfPicture(C1Bitmap bmp)
Type | Name | Description |
---|---|---|
C1Bitmap | bmp | The specified bitmap object for picture. |
The Word/RTF picture specific constructor.
public RtfPicture(RtfObject owner, C1Bitmap bmp)
Type | Name | Description |
---|---|---|
RtfObject | owner | The owned Word/RTF object. |
C1Bitmap | bmp | The specified bitmap object for picture. |