com.groupdocs.signature.domain.enums

Class StretchMode



  • public final class StretchMode
    extends Object

    Represents Stretch Mode of Signature area on Document Page.

    • Field Detail

      • None

        public static final int None

        Default value. No stretch mode will be applied.

        See Also:
        Constant Field Values
      • PageArea

        public static final int PageArea

        Stretch Signature area along page Height and Width. Margin property will be used to apply required offset values.

        See Also:
        Constant Field Values
      • PageHeight

        public static final int PageHeight

        Stretch Signature area along page Height. Margin property will be used to apply required offset values.

        See Also:
        Constant Field Values
      • PageWidth

        public static final int PageWidth

        Stretch Signature area along page Width. Margin property will be used to apply required offset values

        See Also:
        Constant Field Values