TextSignOptionsWidth Property |
Width of Signature on Document Page in Measure values
(pixels, percents or millimeters see
MeasureType SizeMeasureType property).
Namespace: GroupDocs.Signature.OptionsAssembly: GroupDocs.Signature (in GroupDocs.Signature.dll) Version: 22.4.0.0 (22.4)
Syntaxpublic int Width { get; set; }
Public Property Width As Integer
Get
Set
public:
virtual property int Width {
int get () sealed;
void set (int value) sealed;
}
abstract Width : int with get, set
override Width : int with get, set
Property Value
Type:
Int32Implements
IRectangleWidth
See Also