Interface JAppPrintCaptureResult

interface JAppPrintCaptureResult {
    dataUrl: string;
    height: number;
    width: number;
}

Properties

Properties

dataUrl: string
height: number
width: number