Interface PdfiumMergePageObjectsAppendRequestPOrBuilder

    • Method Detail

      • hasSrcDocument

        boolean hasSrcDocument()
        .ironpdfengineproto.PdfDocumentP src_document = 1;
        Returns:
        Whether the srcDocument field is set.
      • getSrcDocument

        PdfDocumentP getSrcDocument()
        .ironpdfengineproto.PdfDocumentP src_document = 1;
        Returns:
        The srcDocument.
      • getSrcDocumentOrBuilder

        PdfDocumentPOrBuilder getSrcDocumentOrBuilder()
        .ironpdfengineproto.PdfDocumentP src_document = 1;
      • getSrcPageIndex

        int getSrcPageIndex()
        int32 src_page_index = 2;
        Returns:
        The srcPageIndex.
      • hasDestDocument

        boolean hasDestDocument()
        .ironpdfengineproto.PdfDocumentP dest_document = 3;
        Returns:
        Whether the destDocument field is set.
      • getDestDocument

        PdfDocumentP getDestDocument()
        .ironpdfengineproto.PdfDocumentP dest_document = 3;
        Returns:
        The destDocument.
      • getDestDocumentOrBuilder

        PdfDocumentPOrBuilder getDestDocumentOrBuilder()
        .ironpdfengineproto.PdfDocumentP dest_document = 3;
      • getDestPageIndex

        int getDestPageIndex()
        int32 dest_page_index = 4;
        Returns:
        The destPageIndex.
      • getCopyAnnotations

        boolean getCopyAnnotations()
        bool copy_annotations = 5;
        Returns:
        The copyAnnotations.