 | PdfiumFPDFImageObj_LoadFromStream Method |
Load image from specified image stream to the specified image object
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic static bool FPDFImageObj_LoadFromStream(
IntPtr image_obj,
IntPtr stream,
bool bInline
)
Public Shared Function FPDFImageObj_LoadFromStream (
image_obj As IntPtr,
stream As IntPtr,
bInline As Boolean
) As Boolean
public:
static bool FPDFImageObj_LoadFromStream(
IntPtr image_obj,
IntPtr stream,
bool bInline
)
static member FPDFImageObj_LoadFromStream :
image_obj : IntPtr *
stream : IntPtr *
bInline : bool -> bool public static boolean FPDFImageObj_LoadFromStream(
IntPtr image_obj,
IntPtr stream,
boolean bInline
)
Patagames.Pdf.Pdfium.FPDFImageObj_LoadFromStream = function(image_obj, stream, bInline);
Parameters
- image_obj IntPtr
- The handle to an image object.
- stream IntPtr
- The handle to an image.
- bInline Boolean
- Flag indicating whether the image should be inline.
Return Value
BooleanTRUE if successful; otherwise FALSE.
See Also