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