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