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; 398if ((micronValue == PrintSchema.UnspecifiedIntValue) && 433if ((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"/>. 474return PrintSchema.UnspecifiedIntValue; 485/// the return value will be <see cref="PrintSchema.UnspecifiedIntValue"/>. 492return PrintSchema.UnspecifiedIntValue; 503/// the return value will be <see cref="PrintSchema.UnspecifiedIntValue"/>. 510return PrintSchema.UnspecifiedIntValue;
PrintConfig\PrintSchema.cs (1)
2268if (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)
169propValue = PrintSchema.UnspecifiedIntValue; 1081int intValue = PrintSchema.UnspecifiedIntValue;