| PdfImageObjectBitmap Property |
Get the copy of bitmap from an image object / Set the bitmap to an image object. You do not need to call Dispose methof for getted PdfBitmap.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax public PdfBitmap Bitmap { get; set; }
Public Property Bitmap As PdfBitmap
Get
Set
public:
property PdfBitmap^ Bitmap {
PdfBitmap^ get ();
void set (PdfBitmap^ value);
}
member Bitmap : PdfBitmap with get, set
/** @property */
public PdfBitmap get_Bitmap()
/** @property */
public void set_Bitmap(PdfBitmap value)
function get_Bitmap();
function set_Bitmap(value);
Property Value
PdfBitmapPdfBitmap object or null if this ImageObject does not contain any bitmaps
See Also