Interface PdfiumPagenateDocumentRequestPOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getCols()
      int32 cols = 4;
      PdfDocumentP getDocument()
      .ironpdfengineproto.PdfDocumentP document = 1;
      PdfDocumentPOrBuilder getDocumentOrBuilder()
      .ironpdfengineproto.PdfDocumentP document = 1;
      boolean getDrawBorders()
      bool draw_borders = 6;
      double getNewHeight()
      double new_height = 3;
      double getNewWidth()
      double new_width = 2;
      int getRows()
      int32 rows = 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;
      • getNewWidth

        double getNewWidth()
        double new_width = 2;
        Returns:
        The newWidth.
      • getNewHeight

        double getNewHeight()
        double new_height = 3;
        Returns:
        The newHeight.
      • getCols

        int getCols()
        int32 cols = 4;
        Returns:
        The cols.
      • getRows

        int getRows()
        int32 rows = 5;
        Returns:
        The rows.
      • getDrawBorders

        boolean getDrawBorders()
        bool draw_borders = 6;
        Returns:
        The drawBorders.