1 write to _imageableArea
ReachFramework (1)
PrintConfig\PageCanvasSize.cs (1)
230
this.
_imageableArea
= new CanvasImageableArea(this);
5 references to _imageableArea
ReachFramework (5)
PrintConfig\PageCanvasSize.cs (5)
156
return
_imageableArea
;
245
this.
_imageableArea
._originWidth = reader.GetCurrentPropertyIntValueWithException();
263
this.
_imageableArea
._originHeight = reader.GetCurrentPropertyIntValueWithException();
281
this.
_imageableArea
._extentWidth = reader.GetCurrentPropertyIntValueWithException();
299
this.
_imageableArea
._extentHeight = reader.GetCurrentPropertyIntValueWithException();