com.groupdocs.signature.domain.interfaces

Interface IRectangle

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      int getHeight()
      Height of Signature area on Document Page in Measure units (pixels, percents or millimeters see SizeMeasureType).
      int getLeft()
      Left X position of Signature area on Document Page in Measure units (pixels, percents or millimeters see LocationMeasureType).
      int getLocationMeasureType()
      Measure type (pixels, percents or millimeters) for Left and Top properties.
      int getSizeMeasureType()
      Measure type (pixels, percents or millimeters) for Width and Height properties.
      int getStretch()
      Stretch mode on Document Page.
      int getTop()
      Top Y Position of Signature area on Document Page in Measure units (pixels, percents or millimeters see LocationMeasureType).
      int getWidth()
      Width of Signature area on Document Page in Measure values (pixels, percents or millimeters see SizeMeasureType).
      void setHeight(int value)
      Height of Signature area on Document Page in Measure units (pixels, percents or millimeters see SizeMeasureType).
      void setLeft(int value)
      Left X position of Signature area on Document Page in Measure units (pixels, percents or millimeters see LocationMeasureType).
      void setLocationMeasureType(int value)
      Measure type (pixels, percents or millimeters) for Left and Top properties.
      void setSizeMeasureType(int value)
      Measure type (pixels, percents or millimeters) for Width and Height properties.
      void setStretch(int value)
      Stretch mode on Document Page.
      void setTop(int value)
      Top Y Position of Signature area on Document Page in Measure units (pixels, percents or millimeters see LocationMeasureType).
      void setWidth(int value)
      Width of Signature area on Document Page in Measure values (pixels, percents or millimeters see SizeMeasureType).
    • Method Detail

      • getHeight

        int getHeight()

        Height of Signature area on Document Page in Measure units (pixels, percents or millimeters see SizeMeasureType).

      • getLeft

        int getLeft()

        Left X position of Signature area on Document Page in Measure units (pixels, percents or millimeters see LocationMeasureType).

      • getLocationMeasureType

        int getLocationMeasureType()

        Measure type (pixels, percents or millimeters) for Left and Top properties.

      • getSizeMeasureType

        int getSizeMeasureType()

        Measure type (pixels, percents or millimeters) for Width and Height properties.

      • getStretch

        int getStretch()

        Stretch mode on Document Page.

      • getTop

        int getTop()

        Top Y Position of Signature area on Document Page in Measure units (pixels, percents or millimeters see LocationMeasureType).

      • getWidth

        int getWidth()

        Width of Signature area on Document Page in Measure values (pixels, percents or millimeters see SizeMeasureType).

      • setHeight

        void setHeight(int value)

        Height of Signature area on Document Page in Measure units (pixels, percents or millimeters see SizeMeasureType).

      • setLeft

        void setLeft(int value)

        Left X position of Signature area on Document Page in Measure units (pixels, percents or millimeters see LocationMeasureType).

      • setLocationMeasureType

        void setLocationMeasureType(int value)

        Measure type (pixels, percents or millimeters) for Left and Top properties.

      • setSizeMeasureType

        void setSizeMeasureType(int value)

        Measure type (pixels, percents or millimeters) for Width and Height properties.

      • setStretch

        void setStretch(int value)

        Stretch mode on Document Page.

      • setTop

        void setTop(int value)

        Top Y Position of Signature area on Document Page in Measure units (pixels, percents or millimeters see LocationMeasureType).

      • setWidth

        void setWidth(int value)

        Width of Signature area on Document Page in Measure values (pixels, percents or millimeters see SizeMeasureType).