1. GroupDocs.Signature
  2. /
  3. GroupDocs.Signature for Python via .NET
  4. /
  5. groupdocs.signature.domain
  6. /
  7. StretchMode enumeration

StretchMode enumeration

StretchMode enumeration

Represents stretch mode of signature area on a document page.

The StretchMode type exposes the following members:

Fields

Field Description
NONE Default value. No stretch mode will be applied.
PAGE_WIDTH Stretch Signature area along page Width. Margin property will be used to apply required offset values
PAGE_HEIGHT Stretch Signature area along page Height. Margin property will be used to apply required offset values.
PAGE_AREA Stretch Signature area along page Height and Width. Margin property will be used to apply required offset values.

See Also