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