22 references to UnspecifiedIntValue
ReachFramework (22)
PrintConfig\DocumentNUp.cs (2)
34_pagesPerSheet = PrintSchema.UnspecifiedIntValue; 504/// If this setting is not specified yet, getter will return <see cref="PrintSchema.UnspecifiedIntValue"/>.
PrintConfig\PageCanvasSize.cs (2)
30_originWidth = _originHeight = _extentWidth = _extentHeight = PrintSchema.UnspecifiedIntValue; 120_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)
35_mediaSizeWidth = _mediaSizeHeight = PrintSchema.UnspecifiedIntValue; 391if ((micronValue == PrintSchema.UnspecifiedIntValue) && 426if ((micronValue == PrintSchema.UnspecifiedIntValue) &&
PrintConfig\PageResolution.cs (3)
35_resolutionX = _resolutionY = PrintSchema.UnspecifiedIntValue; 334/// If this component is not specified yet, getter will return <see cref="PrintSchema.UnspecifiedIntValue"/>. 361/// If this component is not specified yet, getter will return <see cref="PrintSchema.UnspecifiedIntValue"/>.
PrintConfig\PageScaling.cs (6)
459/// the return value will be <see cref="PrintSchema.UnspecifiedIntValue"/>. 466return PrintSchema.UnspecifiedIntValue; 477/// the return value will be <see cref="PrintSchema.UnspecifiedIntValue"/>. 484return PrintSchema.UnspecifiedIntValue; 495/// the return value will be <see cref="PrintSchema.UnspecifiedIntValue"/>. 502return PrintSchema.UnspecifiedIntValue;
PrintConfig\PrintSchema.cs (1)
2263if (micronValue == PrintSchema.UnspecifiedIntValue)
PrintConfig\PrtCap_Base.cs (1)
231_minValue = _maxValue = _defaultValue = PrintSchema.UnspecifiedIntValue;
PrintConfig\PrtCap_Public_Simple.cs (1)
373(_printCap.JobCopyCountCapability.MaxValue != PrintSchema.UnspecifiedIntValue))
PrintConfig\PrtTicket_Base.cs (2)
159propValue = PrintSchema.UnspecifiedIntValue; 1070int intValue = PrintSchema.UnspecifiedIntValue;