summaryrefslogtreecommitdiff
path: root/platform/winrt/mupdf_cpp/DocumentPage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'platform/winrt/mupdf_cpp/DocumentPage.cpp')
-rw-r--r--platform/winrt/mupdf_cpp/DocumentPage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/winrt/mupdf_cpp/DocumentPage.cpp b/platform/winrt/mupdf_cpp/DocumentPage.cpp
index 3ee99dcd..39a22aa9 100644
--- a/platform/winrt/mupdf_cpp/DocumentPage.cpp
+++ b/platform/winrt/mupdf_cpp/DocumentPage.cpp
@@ -8,7 +8,7 @@ namespace mupdf_cpp
this->Image = nullptr;
this->Height = 0;
this->Width = 0;
- this->Zoom = 1.0;
+ this->PageZoom = 1.0;
this->Content = NOTSET;
_isPropertyChangedObserved = false;
}