PDF Web Viewer
    Preparing search index...

    Variable ToolsConst

    Tools: {
        Comment: {
            DRAW: string;
            HIGHLIGHT: string;
            MEASUREMENT: string;
            SHAPES: string;
            STAMP: string;
            STICKER_NOTE: string;
            STRIKETHROUGH: string;
            UNDERLINE: string;
            WHITEOUT: string;
        };
        Edit: {
            FORMAT_PAINTER: string;
            GRID: string;
            IMAGE: string;
            LINK: string;
            RULER: string;
            TEXT: string;
        };
        FillAndSign: {
            CHECKMARK: string;
            CROSSMARK: string;
            DOT: string;
            INITIALS: string;
            LINE: string;
            SIGNATURE: string;
            SIGNER_NAME: string;
            SIGNING_DATE: string;
            TEXT: string;
        };
        Forms: {
            CHECK_BOX: string;
            COMBO_BOX: string;
            HIGHLIGHT_FIELDS: string;
            LIST_BOX: string;
            RADIO_BOX: string;
            TEXT_FIELD: string;
        };
        Page: { CROP: string; ORGANIZE: string };
        Secure: {
            REMOVE_METADATA: string;
            SANITIZE: string;
            SECURITY_PERMISSIONS: string;
        };
        ToolsTab: {
            COMPRESS: string;
            CONVERT: string;
            MERGE: string;
            OCR: string;
            SPLIT_PDF: string;
        };
        Translate: { ALL_PAGES: string; USE_ORC: string };
    } = ...

    Grouped object for all tool enums. Provides a clean API: Tools.Edit.TEXT, Tools.Comment.DRAW, etc. Values are fully-qualified: Tools.Edit.TEXT === 'edit.text'

    Type declaration

    • ReadonlyComment: {
          DRAW: string;
          HIGHLIGHT: string;
          MEASUREMENT: string;
          SHAPES: string;
          STAMP: string;
          STICKER_NOTE: string;
          STRIKETHROUGH: string;
          UNDERLINE: string;
          WHITEOUT: string;
      }
    • ReadonlyEdit: {
          FORMAT_PAINTER: string;
          GRID: string;
          IMAGE: string;
          LINK: string;
          RULER: string;
          TEXT: string;
      }
    • ReadonlyFillAndSign: {
          CHECKMARK: string;
          CROSSMARK: string;
          DOT: string;
          INITIALS: string;
          LINE: string;
          SIGNATURE: string;
          SIGNER_NAME: string;
          SIGNING_DATE: string;
          TEXT: string;
      }
    • ReadonlyForms: {
          CHECK_BOX: string;
          COMBO_BOX: string;
          HIGHLIGHT_FIELDS: string;
          LIST_BOX: string;
          RADIO_BOX: string;
          TEXT_FIELD: string;
      }
    • ReadonlyPage: { CROP: string; ORGANIZE: string }
    • ReadonlySecure: { REMOVE_METADATA: string; SANITIZE: string; SECURITY_PERMISSIONS: string }
    • ReadonlyToolsTab: {
          COMPRESS: string;
          CONVERT: string;
          MERGE: string;
          OCR: string;
          SPLIT_PDF: string;
      }
    • ReadonlyTranslate: { ALL_PAGES: string; USE_ORC: string }