TextSignOptionsVerticalAlignment Property |
Vertical alignment of signature on document page.
Namespace: GroupDocs.Signature.OptionsAssembly: GroupDocs.Signature (in GroupDocs.Signature.dll) Version: 22.4.0.0 (22.4)
Syntaxpublic VerticalAlignment VerticalAlignment { get; set; }
Public Property VerticalAlignment As VerticalAlignment
Get
Set
public:
virtual property VerticalAlignment VerticalAlignment {
VerticalAlignment get () sealed;
void set (VerticalAlignment value) sealed;
}
abstract VerticalAlignment : VerticalAlignment with get, set
override VerticalAlignment : VerticalAlignment with get, set
Property Value
Type:
VerticalAlignmentImplements
IAlignmentVerticalAlignment
See Also