12 references to GetCurrentPropertyIntValueWithException
ReachFramework (12)
PrintConfig\DocumentNUp.cs (1)
179option._pagesPerSheet = reader.GetCurrentPropertyIntValueWithException();
PrintConfig\PageCanvasSize.cs (6)
196this._imageableSizeWidth = reader.GetCurrentPropertyIntValueWithException(); 214this._imageableSizeHeight = reader.GetCurrentPropertyIntValueWithException(); 245this._imageableArea._originWidth = reader.GetCurrentPropertyIntValueWithException(); 263this._imageableArea._originHeight = reader.GetCurrentPropertyIntValueWithException(); 281this._imageableArea._extentWidth = reader.GetCurrentPropertyIntValueWithException(); 299this._imageableArea._extentHeight = reader.GetCurrentPropertyIntValueWithException();
PrintConfig\PageResolution.cs (2)
200option._resolutionX = reader.GetCurrentPropertyIntValueWithException(); 218option._resolutionY = reader.GetCurrentPropertyIntValueWithException();
PrintConfig\PrtCap_Base.cs (3)
307param._defaultValue = reader.GetCurrentPropertyIntValueWithException(); 325param._maxValue = reader.GetCurrentPropertyIntValueWithException(); 343param._minValue = reader.GetCurrentPropertyIntValueWithException();