1 write to _imageableArea
ReachFramework (1)
PrintConfig\PageCanvasSize.cs (1)
234
this.
_imageableArea
= new CanvasImageableArea(this);
5 references to _imageableArea
ReachFramework (5)
PrintConfig\PageCanvasSize.cs (5)
158
return
_imageableArea
;
249
this.
_imageableArea
._originWidth = reader.GetCurrentPropertyIntValueWithException();
268
this.
_imageableArea
._originHeight = reader.GetCurrentPropertyIntValueWithException();
287
this.
_imageableArea
._extentWidth = reader.GetCurrentPropertyIntValueWithException();
306
this.
_imageableArea
._extentHeight = reader.GetCurrentPropertyIntValueWithException();