Returns or sets picture width scale factor in percent.
Namespace: Spire.Doc.FieldsAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public float WidthScale { get; set; }
Public Property WidthScale As Single Get Set
public: virtual property float WidthScale { float get () sealed; void set (float value) sealed; }
abstract WidthScale : float32 with get, set override WidthScale : float32 with get, set