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