ParsePageGeometry method
int
ParsePageGeometry(
- Pointer<
Image> arg0, - Pointer<
Char> arg1, - Pointer<
RectangleInfo> arg2, - Pointer<
ExceptionInfo> arg3,
Implementation
int ParsePageGeometry(
ffi.Pointer<Image> arg0,
ffi.Pointer<ffi.Char> arg1,
ffi.Pointer<RectangleInfo> arg2,
ffi.Pointer<ExceptionInfo> arg3,
) {
return _ParsePageGeometry(
arg0,
arg1,
arg2,
arg3,
);
}