From 7ea99e3a8951e265d1437a77dcfee069de0edf76 Mon Sep 17 00:00:00 2001 From: Michael Vrhel Date: Tue, 9 Sep 2014 16:31:31 -0700 Subject: Rename of winrt to windows due to presence on gsview in this folder. The contents of this folder will contain both winrt and gsview projects which are shared in a common visual studio 2013 solution. --- platform/windows/mupdf_cpp/DocumentPage.cpp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 platform/windows/mupdf_cpp/DocumentPage.cpp (limited to 'platform/windows/mupdf_cpp/DocumentPage.cpp') diff --git a/platform/windows/mupdf_cpp/DocumentPage.cpp b/platform/windows/mupdf_cpp/DocumentPage.cpp new file mode 100644 index 00000000..39a22aa9 --- /dev/null +++ b/platform/windows/mupdf_cpp/DocumentPage.cpp @@ -0,0 +1,15 @@ +#include "pch.h" +#include "DocumentPage.h" + +namespace mupdf_cpp +{ + DocumentPage::DocumentPage(void) + { + this->Image = nullptr; + this->Height = 0; + this->Width = 0; + this->PageZoom = 1.0; + this->Content = NOTSET; + _isPropertyChangedObserved = false; + } +} -- cgit v1.2.3