Represents stretch mode of signature area on a document page.
Namespace: GroupDocs.Signature.DomainAssembly: GroupDocs.Signature (in GroupDocs.Signature.dll) Version: 22.4.0.0 (22.4)
Syntax[FlagsAttribute]
public enum StretchMode
<FlagsAttribute>
Public Enumeration StretchMode
[FlagsAttribute]
public enum class StretchMode
[<FlagsAttribute>]
type StretchMode
Members
| Member name | Value | Description |
---|
| None | 0 | Default value. No stretch mode will be applied. |
| PageWidth | 1 | Stretch Signature area along page Width. Margin property will be used to apply required offset values |
| PageHeight | 2 | Stretch Signature area along page Height. Margin property will be used to apply required offset values. |
| PageArea | 3 | Stretch Signature area along page Height and Width. Margin property will be used to apply required offset values. |
See Also