Interface PdfiumAddSignatureImageRequestStreamP.InfoPOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      double getDesiredHeight()
      double desired_height = 7;
      double getDesiredWidth()
      double desired_width = 6;
      PdfDocumentP getDocument()
      .ironpdfengineproto.PdfDocumentP document = 1;
      PdfDocumentPOrBuilder getDocumentOrBuilder()
      .ironpdfengineproto.PdfDocumentP document = 1;
      int getPageIndex()
      int32 page_index = 2;
      int getSignatureIndex()
      int32 signature_index = 3;
      double getX()
      double x = 4;
      double getY()
      double y = 5;
      boolean hasDocument()
      .ironpdfengineproto.PdfDocumentP document = 1;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasDocument

        boolean hasDocument()
        .ironpdfengineproto.PdfDocumentP document = 1;
        Returns:
        Whether the document field is set.
      • getDocument

        PdfDocumentP getDocument()
        .ironpdfengineproto.PdfDocumentP document = 1;
        Returns:
        The document.
      • getDocumentOrBuilder

        PdfDocumentPOrBuilder getDocumentOrBuilder()
        .ironpdfengineproto.PdfDocumentP document = 1;
      • getPageIndex

        int getPageIndex()
        int32 page_index = 2;
        Returns:
        The pageIndex.
      • getSignatureIndex

        int getSignatureIndex()
        int32 signature_index = 3;
        Returns:
        The signatureIndex.
      • getX

        double getX()
        double x = 4;
        Returns:
        The x.
      • getY

        double getY()
        double y = 5;
        Returns:
        The y.
      • getDesiredWidth

        double getDesiredWidth()
        double desired_width = 6;
        Returns:
        The desiredWidth.
      • getDesiredHeight

        double getDesiredHeight()
        double desired_height = 7;
        Returns:
        The desiredHeight.