ArcObjects Library Reference (Display)  

IOutputRasterSettings Interface

Provides access to members that control New Raster Output Settings.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Description
Read/write property ResampleRatio This coefficient states the scale level for the raster when it goes to output. 1 means 1:1; 2 means 1:2, i.e. 2 times less than the output quality.

CoClasses that implement IOutputRasterSettings

CoClasses and Classes Description
DisplayTransformation Display transformation class for converting from world to device units.
ExportAI (esriOutput) Class used to export maps to AI (Adobe Illustrator) format.
ExportEMF (esriOutput) Class used to export maps to EMF (Windows Enhanced Metafile) format.
ExportPDF (esriOutput) Class used to export maps to PDF (Portable Document Format) format.
ExportPS (esriOutput) Class used to export maps to PS (PostScript) and EPS (Encapsulated PostScript) format.
ExportSVG (esriOutput) Class used to export maps to SVG (Scalable Vector Graphics) format.

.NET Samples

Export active view (Code Files: ExportActiveViewVB_Net) | Print multiple pages (Code Files: PrintMultiPagesVB_NET_Addin)

.NET Related Topics

How to set output image quality