ImageSignOptionsStretch Property |
Stretch mode on Document Page.
Namespace: GroupDocs.Signature.OptionsAssembly: GroupDocs.Signature (in GroupDocs.Signature.dll) Version: 21.1.0.0 (21.1)
Syntaxpublic StretchMode Stretch { get; set; }
Public Property Stretch As StretchMode
Get
Set
public:
virtual property StretchMode Stretch {
StretchMode get () sealed;
void set (StretchMode value) sealed;
}
abstract Stretch : StretchMode with get, set
override Stretch : StretchMode with get, set
Property Value
Type:
StretchModeImplements
IRectangleStretch
See Also