12 references to GetCurrentPropertyIntValueWithException
ReachFramework (12)
PrintConfig\DocumentNUp.cs (1)
179
option._pagesPerSheet = reader.
GetCurrentPropertyIntValueWithException
();
PrintConfig\PageCanvasSize.cs (6)
196
this._imageableSizeWidth = reader.
GetCurrentPropertyIntValueWithException
();
214
this._imageableSizeHeight = reader.
GetCurrentPropertyIntValueWithException
();
245
this._imageableArea._originWidth = reader.
GetCurrentPropertyIntValueWithException
();
263
this._imageableArea._originHeight = reader.
GetCurrentPropertyIntValueWithException
();
281
this._imageableArea._extentWidth = reader.
GetCurrentPropertyIntValueWithException
();
299
this._imageableArea._extentHeight = reader.
GetCurrentPropertyIntValueWithException
();
PrintConfig\PageResolution.cs (2)
200
option._resolutionX = reader.
GetCurrentPropertyIntValueWithException
();
218
option._resolutionY = reader.
GetCurrentPropertyIntValueWithException
();
PrintConfig\PrtCap_Base.cs (3)
307
param._defaultValue = reader.
GetCurrentPropertyIntValueWithException
();
325
param._maxValue = reader.
GetCurrentPropertyIntValueWithException
();
343
param._minValue = reader.
GetCurrentPropertyIntValueWithException
();