MergeFieldImageDimension

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

NameTypeAccessDescription
ValuedoubleRead/WriteThe value.
UnitMergeFieldImageDimensionUnitRead/WriteThe unit.

Methods

SignatureDescription
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.

See Also