12 references to GetCurrentPropertyIntValueWithException
ReachFramework (12)
PrintConfig\DocumentNUp.cs (1)
187option._pagesPerSheet = reader.GetCurrentPropertyIntValueWithException();
PrintConfig\PageCanvasSize.cs (6)
205this._imageableSizeWidth = reader.GetCurrentPropertyIntValueWithException(); 224this._imageableSizeHeight = reader.GetCurrentPropertyIntValueWithException(); 256this._imageableArea._originWidth = reader.GetCurrentPropertyIntValueWithException(); 275this._imageableArea._originHeight = reader.GetCurrentPropertyIntValueWithException(); 294this._imageableArea._extentWidth = reader.GetCurrentPropertyIntValueWithException(); 313this._imageableArea._extentHeight = reader.GetCurrentPropertyIntValueWithException();
PrintConfig\PageResolution.cs (2)
206option._resolutionX = reader.GetCurrentPropertyIntValueWithException(); 225option._resolutionY = reader.GetCurrentPropertyIntValueWithException();
PrintConfig\PrtCap_Base.cs (3)
317param._defaultValue = reader.GetCurrentPropertyIntValueWithException(); 336param._maxValue = reader.GetCurrentPropertyIntValueWithException(); 355param._minValue = reader.GetCurrentPropertyIntValueWithException();