3 references to ImageableSizeWidth
ReachFramework (3)
PrintConfig\PageCanvasSize.cs (1)
172
return "ImageableSizeWidth=" +
ImageableSizeWidth
+ ", ImageableSizeHeight=" + ImageableSizeHeight + " " +
PrintConfig\PrtCap_Public_Simple.cs (2)
393
(_printCap.PageImageableSizeCapability.
ImageableSizeWidth
!= PrintSchema.UnspecifiedDoubleValue))
395
_orientedPageMediaWidth = _printCap.PageImageableSizeCapability.
ImageableSizeWidth
;