mxd文件转图片输出代码如下,目前支持格式有jpg\png\pdf\bmp\tiff。
EnvelopeClass envelopeClass = new EnvelopeClass();
tagRECT exportFrame = activeView.ExportFrame;
exportFrame.right *= pixelsRatio;
exportFrame.bottom *= pixelsRatio;
envelopeClass.PutCoords((double)exportFrame.left, (double)exportFrame.top,