TextSignOptionsLeft Property |
Left X position of Signature on Document Page in Measure values
(pixels, percents or millimeters see
MeasureType LocationMeasureType property).
(works if horizontal alignment is not specified).
Namespace: GroupDocs.Signature.OptionsAssembly: GroupDocs.Signature (in GroupDocs.Signature.dll) Version: 22.4.0.0 (22.4)
Syntaxpublic int Left { get; set; }
Public Property Left As Integer
Get
Set
public:
virtual property int Left {
int get () sealed;
void set (int value) sealed;
}
abstract Left : int with get, set
override Left : int with get, set
Property Value
Type:
Int32Implements
IRectangleLeft
See Also