11 references to UnspecifiedDoubleValue
ReachFramework (11)
PrintConfig\PageMediaSize.cs (2)
382
/// <see cref="PrintSchema.
UnspecifiedDoubleValue
"/>.
417
/// <see cref="PrintSchema.
UnspecifiedDoubleValue
"/>.
PrintConfig\PrintSchema.cs (1)
2266
return PrintSchema.
UnspecifiedDoubleValue
;
PrintConfig\PrtCap_Public_Simple.cs (8)
393
(_printCap.PageImageableSizeCapability.ImageableSizeWidth != PrintSchema.
UnspecifiedDoubleValue
))
413
(_printCap.PageImageableSizeCapability.ImageableSizeHeight != PrintSchema.
UnspecifiedDoubleValue
))
539
if ((area.OriginWidth != PrintSchema.
UnspecifiedDoubleValue
) &&
540
(area.OriginHeight != PrintSchema.
UnspecifiedDoubleValue
) &&
541
(area.ExtentWidth != PrintSchema.
UnspecifiedDoubleValue
) &&
542
(area.ExtentHeight != PrintSchema.
UnspecifiedDoubleValue
))
575
if ((option.MediaSizeWidth != PrintSchema.
UnspecifiedDoubleValue
) &&
576
(option.MediaSizeHeight != PrintSchema.
UnspecifiedDoubleValue
))