22 references to UnspecifiedIntValue
ReachFramework (22)
PrintConfig\DocumentNUp.cs (2)
33
_pagesPerSheet = PrintSchema.
UnspecifiedIntValue
;
503
/// If this setting is not specified yet, getter will return <see cref="PrintSchema.
UnspecifiedIntValue
"/>.
PrintConfig\PageCanvasSize.cs (2)
29
_originWidth = _originHeight = _extentWidth = _extentHeight = PrintSchema.
UnspecifiedIntValue
;
119
_imageableSizeWidth = _imageableSizeHeight = PrintSchema.
UnspecifiedIntValue
;
PrintConfig\PageCopyCount.cs (1)
70
/// If this setting is not specified yet, getter will return <see cref="PrintSchema.
UnspecifiedIntValue
"/>.
PrintConfig\PageMediaSize.cs (3)
34
_mediaSizeWidth = _mediaSizeHeight = PrintSchema.
UnspecifiedIntValue
;
390
if ((micronValue == PrintSchema.
UnspecifiedIntValue
) &&
425
if ((micronValue == PrintSchema.
UnspecifiedIntValue
) &&
PrintConfig\PageResolution.cs (3)
34
_resolutionX = _resolutionY = PrintSchema.
UnspecifiedIntValue
;
333
/// If this component is not specified yet, getter will return <see cref="PrintSchema.
UnspecifiedIntValue
"/>.
360
/// If this component is not specified yet, getter will return <see cref="PrintSchema.
UnspecifiedIntValue
"/>.
PrintConfig\PageScaling.cs (6)
458
/// the return value will be <see cref="PrintSchema.
UnspecifiedIntValue
"/>.
465
return PrintSchema.
UnspecifiedIntValue
;
476
/// the return value will be <see cref="PrintSchema.
UnspecifiedIntValue
"/>.
483
return PrintSchema.
UnspecifiedIntValue
;
494
/// the return value will be <see cref="PrintSchema.
UnspecifiedIntValue
"/>.
501
return PrintSchema.
UnspecifiedIntValue
;
PrintConfig\PrintSchema.cs (1)
2262
if (micronValue == PrintSchema.
UnspecifiedIntValue
)
PrintConfig\PrtCap_Base.cs (1)
230
_minValue = _maxValue = _defaultValue = PrintSchema.
UnspecifiedIntValue
;
PrintConfig\PrtCap_Public_Simple.cs (1)
372
(_printCap.JobCopyCountCapability.MaxValue != PrintSchema.
UnspecifiedIntValue
))
PrintConfig\PrtTicket_Base.cs (2)
158
propValue = PrintSchema.
UnspecifiedIntValue
;
1069
int intValue = PrintSchema.
UnspecifiedIntValue
;