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