Interface PdfiumAddBackgroundForegroundRequestPOrBuilder

    • Method Detail

      • hasDestinationPdf

        boolean hasDestinationPdf()
        .ironpdfengineproto.PdfDocumentP destination_pdf = 1;
        Returns:
        Whether the destinationPdf field is set.
      • getDestinationPdf

        PdfDocumentP getDestinationPdf()
        .ironpdfengineproto.PdfDocumentP destination_pdf = 1;
        Returns:
        The destinationPdf.
      • getDestinationPdfOrBuilder

        PdfDocumentPOrBuilder getDestinationPdfOrBuilder()
        .ironpdfengineproto.PdfDocumentP destination_pdf = 1;
      • hasSourcePdf

        boolean hasSourcePdf()
        .ironpdfengineproto.PdfDocumentP source_pdf = 2;
        Returns:
        Whether the sourcePdf field is set.
      • getSourcePdf

        PdfDocumentP getSourcePdf()
        .ironpdfengineproto.PdfDocumentP source_pdf = 2;
        Returns:
        The sourcePdf.
      • getSourcePdfOrBuilder

        PdfDocumentPOrBuilder getSourcePdfOrBuilder()
        .ironpdfengineproto.PdfDocumentP source_pdf = 2;
      • hasLayerMode

        boolean hasLayerMode()
        .ironpdfengineproto.PdfiumLayerModesP layer_mode = 3;
        Returns:
        Whether the layerMode field is set.
      • getLayerMode

        PdfiumLayerModesP getLayerMode()
        .ironpdfengineproto.PdfiumLayerModesP layer_mode = 3;
        Returns:
        The layerMode.
      • getDestPageIndicesList

        List<Integer> getDestPageIndicesList()
        repeated int32 dest_page_indices = 4;
        Returns:
        A list containing the destPageIndices.
      • getDestPageIndicesCount

        int getDestPageIndicesCount()
        repeated int32 dest_page_indices = 4;
        Returns:
        The count of destPageIndices.
      • getDestPageIndices

        int getDestPageIndices​(int index)
        repeated int32 dest_page_indices = 4;
        Parameters:
        index - The index of the element to return.
        Returns:
        The destPageIndices at the given index.
      • getSrcPageIndex

        int getSrcPageIndex()
        int32 src_page_index = 5;
        Returns:
        The srcPageIndex.