 | PdfiumFPDFCodecs_ParseJpeg(IntPtr) Method |
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic static bool FPDFCodecs_ParseJpeg(
IntPtr hStream
)
Public Shared Function FPDFCodecs_ParseJpeg (
hStream As IntPtr
) As Boolean
public:
static bool FPDFCodecs_ParseJpeg(
IntPtr hStream
)
static member FPDFCodecs_ParseJpeg :
hStream : IntPtr -> bool public static boolean FPDFCodecs_ParseJpeg(
IntPtr hStream
)
Patagames.Pdf.Pdfium.FPDFCodecs_ParseJpeg = function(hStream);
Parameters
- hStream IntPtr
- A handle to a stream containing JPEG data.
Return Value
BooleanReturns TRUE on success; FALSE otherwise.
See Also