MergeFieldImageDimension
Overview
MergeFieldImageDimension is a class in Aspose.Words FOSS for .NET.
Represents an image dimension (i.e.
This class provides 2 methods for working with MergeFieldImageDimension objects in .NET programs.
Available methods include: MergeFieldImageDimension.
All public members are accessible to any .NET application after installing the Aspose.Words FOSS for .NET package.
Properties: Unit, Value.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Value | double | Read/Write | The value. |
Unit | MergeFieldImageDimensionUnit | Read/Write | The unit. |
Methods
| Signature | Description |
|---|---|
MergeFieldImageDimension(value: double) | Creates an image dimension instance with the given value in points. |
MergeFieldImageDimension(value: double, unit: MergeFieldImageDimensionUnit) | Creates an image dimension instance with the given value and the given unit. |