Aspose::Words::MailMerging::ImageFieldMergingArgs::get_ImageHeight method
Contents
[
Hide
]ImageFieldMergingArgs::get_ImageHeight method
Specifies the image height for the image to insert into the document.
const System::SharedPtr<Aspose::Words::Fields::MergeFieldImageDimension> & Aspose::Words::MailMerging::ImageFieldMergingArgs::get_ImageHeight() const
Remarks
The value of this property initially comes from the corresponding MERGEFIELD’s code, contained in the template document. To override the initial value, you should assign an instance of MergeFieldImageDimension class to this property or set the properties for the instance of MergeFieldImageDimension class, returned by this property.
To indicate that the original value of the image height should be applied, you should assign the null value to this property or set the Value property for the instance of MergeFieldImageDimension class, returned by this property, to a negative value.
See Also
- Class MergeFieldImageDimension
- Class ImageFieldMergingArgs
- Namespace Aspose::Words::MailMerging
- Library Aspose.Words for C++