Click or drag to resize

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.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public PdfBitmap Bitmap { get; set; }

Property Value

PdfBitmap
PdfBitmap object or null if this ImageObject does not contain any bitmaps
See Also