11 references to UnspecifiedDoubleValue
ReachFramework (11)
PrintConfig\PageMediaSize.cs (2)
380/// <see cref="PrintSchema.UnspecifiedDoubleValue"/>. 415/// <see cref="PrintSchema.UnspecifiedDoubleValue"/>.
PrintConfig\PrintSchema.cs (1)
2263return PrintSchema.UnspecifiedDoubleValue;
PrintConfig\PrtCap_Public_Simple.cs (8)
392(_printCap.PageImageableSizeCapability.ImageableSizeWidth != PrintSchema.UnspecifiedDoubleValue)) 412(_printCap.PageImageableSizeCapability.ImageableSizeHeight != PrintSchema.UnspecifiedDoubleValue)) 538if ((area.OriginWidth != PrintSchema.UnspecifiedDoubleValue) && 539(area.OriginHeight != PrintSchema.UnspecifiedDoubleValue) && 540(area.ExtentWidth != PrintSchema.UnspecifiedDoubleValue) && 541(area.ExtentHeight != PrintSchema.UnspecifiedDoubleValue)) 574if ((option.MediaSizeWidth != PrintSchema.UnspecifiedDoubleValue) && 575(option.MediaSizeHeight != PrintSchema.UnspecifiedDoubleValue))