22 references to UnspecifiedIntValue
ReachFramework (22)
PrintConfig\DocumentNUp.cs (2)
42
_pagesPerSheet = PrintSchema.
UnspecifiedIntValue
;
509
/// If this setting is not specified yet, getter will return <see cref="PrintSchema.
UnspecifiedIntValue
"/>.
PrintConfig\PageCanvasSize.cs (2)
39
_originWidth = _originHeight = _extentWidth = _extentHeight = PrintSchema.
UnspecifiedIntValue
;
129
_imageableSizeWidth = _imageableSizeHeight = PrintSchema.
UnspecifiedIntValue
;
PrintConfig\PageCopyCount.cs (1)
78
/// If this setting is not specified yet, getter will return <see cref="PrintSchema.
UnspecifiedIntValue
"/>.
PrintConfig\PageMediaSize.cs (3)
43
_mediaSizeWidth = _mediaSizeHeight = PrintSchema.
UnspecifiedIntValue
;
398
if ((micronValue == PrintSchema.
UnspecifiedIntValue
) &&
433
if ((micronValue == PrintSchema.
UnspecifiedIntValue
) &&
PrintConfig\PageResolution.cs (3)
43
_resolutionX = _resolutionY = PrintSchema.
UnspecifiedIntValue
;
342
/// If this component is not specified yet, getter will return <see cref="PrintSchema.
UnspecifiedIntValue
"/>.
369
/// If this component is not specified yet, getter will return <see cref="PrintSchema.
UnspecifiedIntValue
"/>.
PrintConfig\PageScaling.cs (6)
467
/// the return value will be <see cref="PrintSchema.
UnspecifiedIntValue
"/>.
474
return PrintSchema.
UnspecifiedIntValue
;
485
/// the return value will be <see cref="PrintSchema.
UnspecifiedIntValue
"/>.
492
return PrintSchema.
UnspecifiedIntValue
;
503
/// the return value will be <see cref="PrintSchema.
UnspecifiedIntValue
"/>.
510
return PrintSchema.
UnspecifiedIntValue
;
PrintConfig\PrintSchema.cs (1)
2268
if (micronValue == PrintSchema.
UnspecifiedIntValue
)
PrintConfig\PrtCap_Base.cs (1)
241
_minValue = _maxValue = _defaultValue = PrintSchema.
UnspecifiedIntValue
;
PrintConfig\PrtCap_Public_Simple.cs (1)
379
(_printCap.JobCopyCountCapability.MaxValue != PrintSchema.
UnspecifiedIntValue
))
PrintConfig\PrtTicket_Base.cs (2)
169
propValue = PrintSchema.
UnspecifiedIntValue
;
1081
int intValue = PrintSchema.
UnspecifiedIntValue
;