Aspose::Words::MailMerging::ImageFieldMergingArgs::get_ImageWidth method
Contents
[
Hide
]ImageFieldMergingArgs::get_ImageWidth method
Specifies the image width for the image to insert into the document.
const System::SharedPtr<Aspose::Words::Fields::MergeFieldImageDimension> & Aspose::Words::MailMerging::ImageFieldMergingArgs::get_ImageWidth() 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 width 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++