IExportImage::ImageType = esriExportImageTypeBiLevelThreshold causes a thin black strip on the right side of an exported map image.
Last Published: August 25, 2014No Product Found
Bug ID Number
NIM001454
Submitted
March 7, 2006
Last Modified
June 5, 2024
Applies to
No Product Found
Version found
9.1
Version Fixed
9.2
Status
Fixed
The bug has been fixed. See the Version Fixed and Additional Information, if applicable, for more information.
Workaround
use another setting for ImageType property such as:pExportImage.ImageType = esriExportImageTypeGrayscaleIf the ActiveView is a PageLayout, it is also possible to workaround the problem by setting the page size to use the paper size of the current printe: pMxDoc.PageLayout.Page.FormID = esriPageFormSameAsPrinter ()See the "Change Paper Size" sample for full example of how to do this.