6 references to DpiToMicrons
ReachFramework (6)
PrintConfig\FallbackPTProvider.cs (6)
194
int imageableSizeWidth = PrintSchemaShim.
DpiToMicrons
(physicalWidth, logicalPixelsX);
195
int imageableSizeHeight = PrintSchemaShim.
DpiToMicrons
(physicalHeight, logicalPixelsY);
196
int originWidth = PrintSchemaShim.
DpiToMicrons
(physicalOffsetX, logicalPixelsY);
197
int originHeight = PrintSchemaShim.
DpiToMicrons
(physicalOffsetY, logicalPixelsY);
198
int extentWidth = PrintSchemaShim.
DpiToMicrons
(horizontalResolution, logicalPixelsY);
199
int extentHeight = PrintSchemaShim.
DpiToMicrons
(verticalResolution, logicalPixelsY);