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