Implements

Constructors

Properties

Methods

Constructors

  • Create a PDFBoolean instance. Instead of creating an instance in new mode, use create to create an instance.

    Parameters

    • Optionaloptions: Options

      Create a PDFBoolean instance with the specified options.

    Returns PDFBoolean

    const pdfBoolean = await PDFBoolean.create();
    

Properties

options: Options

Methods

  • Destroy the current object.

    Returns Promise<void>

  • Compare with another object.

    Parameters

    Returns Promise<boolean>

    Return true if the two objects are the same, otherwise return false.

  • Create a PDFBoolean instance.

    Parameters

    • Optionaloptions: Options

      Create a PDFBoolean instance with the specified options.

    Returns Promise<PDFBooleanType>

    Return a PDFBoolean instance.

    const pdfBoolean = await PDFBoolean.create();