PDF Web Viewer
    Preparing search index...

    Interface PdfEditorPasswordErrorParams

    interface PdfEditorPasswordErrorParams {
        documentId: string;
        documentName?: string;
        errorCode?: WorkerResponseErrorCode;
        message?: string;
        operation?: WorkerOperation;
    }

    Hierarchy (View Summary)

    Index

    Properties

    documentId: string
    documentName?: string
    errorCode?: WorkerResponseErrorCode
    message?: string
    operation?: WorkerOperation