12 references to GetCurrentPropertyIntValueWithException
ReachFramework (12)
PrintConfig\DocumentNUp.cs (1)
178option._pagesPerSheet = reader.GetCurrentPropertyIntValueWithException();
PrintConfig\PageCanvasSize.cs (6)
195this._imageableSizeWidth = reader.GetCurrentPropertyIntValueWithException(); 213this._imageableSizeHeight = reader.GetCurrentPropertyIntValueWithException(); 244this._imageableArea._originWidth = reader.GetCurrentPropertyIntValueWithException(); 262this._imageableArea._originHeight = reader.GetCurrentPropertyIntValueWithException(); 280this._imageableArea._extentWidth = reader.GetCurrentPropertyIntValueWithException(); 298this._imageableArea._extentHeight = reader.GetCurrentPropertyIntValueWithException();
PrintConfig\PageResolution.cs (2)
199option._resolutionX = reader.GetCurrentPropertyIntValueWithException(); 217option._resolutionY = reader.GetCurrentPropertyIntValueWithException();
PrintConfig\PrtCap_Base.cs (3)
306param._defaultValue = reader.GetCurrentPropertyIntValueWithException(); 324param._maxValue = reader.GetCurrentPropertyIntValueWithException(); 342param._minValue = reader.GetCurrentPropertyIntValueWithException();