Aspose::Words::Fields::MergeFieldImageDimension class
MergeFieldImageDimension class
Represents an image dimension (i.e. the width or the height) used across a mail merge process. To learn more, visit the Working with Fields documentation article.
class MergeFieldImageDimension : public System::Object
Methods
| Method | Description |
|---|---|
| get_Unit() const | The unit. |
| get_Value() const | The value. |
| GetType() const override | |
| Is(const System::TypeInfo&) const override | |
| MergeFieldImageDimension(double) | Creates an image dimension instance with the given value in points. |
| MergeFieldImageDimension(double, Aspose::Words::Fields::MergeFieldImageDimensionUnit) | Creates an image dimension instance with the given value and the given unit. |
| set_Unit(Aspose::Words::Fields::MergeFieldImageDimensionUnit) | The unit. |
| set_Value(double) | The value. |
| static Type() |
See Also
- Namespace Aspose::Words::Fields
- Library Aspose.Words for C++