 | PdfImageObjectSetBitmap Method |
Set the bitmap to an image object.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic bool SetBitmap(
PdfBitmap bitmap
)
Public Function SetBitmap (
bitmap As PdfBitmap
) As Boolean
public:
bool SetBitmap(
PdfBitmap^ bitmap
)
member SetBitmap :
bitmap : PdfBitmap -> bool
public boolean SetBitmap(
PdfBitmap bitmap
)
function SetBitmap(bitmap);
Parameters
- bitmap PdfBitmap
- The PdfBitmap which you want to set it to the image object.
Return Value
BooleanTRUE if successful, FALSE otherwise.
See Also