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