12 references to GetCurrentPropertyIntValueWithException
ReachFramework (12)
PrintConfig\DocumentNUp.cs (1)
181option._pagesPerSheet = reader.GetCurrentPropertyIntValueWithException();
PrintConfig\PageCanvasSize.cs (6)
198this._imageableSizeWidth = reader.GetCurrentPropertyIntValueWithException(); 217this._imageableSizeHeight = reader.GetCurrentPropertyIntValueWithException(); 249this._imageableArea._originWidth = reader.GetCurrentPropertyIntValueWithException(); 268this._imageableArea._originHeight = reader.GetCurrentPropertyIntValueWithException(); 287this._imageableArea._extentWidth = reader.GetCurrentPropertyIntValueWithException(); 306this._imageableArea._extentHeight = reader.GetCurrentPropertyIntValueWithException();
PrintConfig\PageResolution.cs (2)
200option._resolutionX = reader.GetCurrentPropertyIntValueWithException(); 219option._resolutionY = reader.GetCurrentPropertyIntValueWithException();
PrintConfig\PrtCap_Base.cs (3)
309param._defaultValue = reader.GetCurrentPropertyIntValueWithException(); 328param._maxValue = reader.GetCurrentPropertyIntValueWithException(); 347param._minValue = reader.GetCurrentPropertyIntValueWithException();