11 #include <system/io/std_stream_wrappers.h>
12 #include <system/array.h>
18 #include <Aspose.Words.Cpp/IBorderAttrSource.h>
19 #include <Aspose.Words.Cpp/Drawing/ImageType.h>
20 #include <Aspose.Words.Cpp/aspose_words_api_defs.h>
28 class BorderCollection;
46 template <
typename,
typename>
class SortedList;
141 class ASPOSE_WORDS_SHARED_CLASS
ImageData :
public Aspose::Words::IBorderAttrSource
144 typedef Aspose::Words::IBorderAttrSource BaseType;
147 ASPOSE_WORDS_SHARED_RTTI_INFO_DECL();
1529 template <
typename CharType,
typename Traits>
1530 void SetImage(std::basic_istream<CharType, Traits>& stream)
1532 auto streamWrapper = System::IO::WrapSTDIOStream(stream);
1533 SetImage(streamWrapper);
1536 template <
typename CharType,
typename Traits>
1537 void Save(std::basic_ostream<CharType, Traits>& stream)
1539 auto streamWrapper = System::IO::WrapSTDIOStream(stream);
1540 Save(streamWrapper);
1545 virtual ASPOSE_WORDS_SHARED_API ~
ImageData();