22 references to UnspecifiedIntValue
ReachFramework (22)
PrintConfig\DocumentNUp.cs (2)
36_pagesPerSheet = PrintSchema.UnspecifiedIntValue; 503/// If this setting is not specified yet, getter will return <see cref="PrintSchema.UnspecifiedIntValue"/>.
PrintConfig\PageCanvasSize.cs (2)
32_originWidth = _originHeight = _extentWidth = _extentHeight = PrintSchema.UnspecifiedIntValue; 122_imageableSizeWidth = _imageableSizeHeight = PrintSchema.UnspecifiedIntValue;
PrintConfig\PageCopyCount.cs (1)
71/// If this setting is not specified yet, getter will return <see cref="PrintSchema.UnspecifiedIntValue"/>.
PrintConfig\PageMediaSize.cs (3)
37_mediaSizeWidth = _mediaSizeHeight = PrintSchema.UnspecifiedIntValue; 392if ((micronValue == PrintSchema.UnspecifiedIntValue) && 427if ((micronValue == PrintSchema.UnspecifiedIntValue) &&
PrintConfig\PageResolution.cs (3)
37_resolutionX = _resolutionY = PrintSchema.UnspecifiedIntValue; 336/// If this component is not specified yet, getter will return <see cref="PrintSchema.UnspecifiedIntValue"/>. 363/// If this component is not specified yet, getter will return <see cref="PrintSchema.UnspecifiedIntValue"/>.
PrintConfig\PageScaling.cs (6)
460/// the return value will be <see cref="PrintSchema.UnspecifiedIntValue"/>. 467return PrintSchema.UnspecifiedIntValue; 478/// the return value will be <see cref="PrintSchema.UnspecifiedIntValue"/>. 485return PrintSchema.UnspecifiedIntValue; 496/// the return value will be <see cref="PrintSchema.UnspecifiedIntValue"/>. 503return PrintSchema.UnspecifiedIntValue;
PrintConfig\PrintSchema.cs (1)
2265if (micronValue == PrintSchema.UnspecifiedIntValue)
PrintConfig\PrtCap_Base.cs (1)
233_minValue = _maxValue = _defaultValue = PrintSchema.UnspecifiedIntValue;
PrintConfig\PrtCap_Public_Simple.cs (1)
373(_printCap.JobCopyCountCapability.MaxValue != PrintSchema.UnspecifiedIntValue))
PrintConfig\PrtTicket_Base.cs (2)
161propValue = PrintSchema.UnspecifiedIntValue; 1073int intValue = PrintSchema.UnspecifiedIntValue;