Interface SignatureLine.AddPictureData

  • Enclosing class:
    SignatureLine

    protected static interface SignatureLine.AddPictureData
    • Method Detail

      • addPictureData

        String addPictureData​(byte[] imageData,
                              PictureType pictureType)
                       throws InvalidFormatException
        Add picture data to the document
        Parameters:
        imageData - the image bytes
        pictureType - the picture type - typically PNG
        Returns:
        the relation id of the newly add picture
        Throws:
        InvalidFormatException