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

MethodDescription
get_Unit() constThe unit.
get_Value() constThe 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