| Visual Basic (Declaration) | |
|---|---|
Public Enum esriE2ExportFormat Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum esriE2ExportFormat : Enum | |
| Member | Description |
|---|---|
| Bmp | Export as a Bitmap image. |
| Jpg | Export as a JPEG image. |
| Png | Export as a Portable Graphics Network (PNG) image. |
This enum is used in the CopyViewToClipboard method to determine the
type of format used for the clipboard copy.
System.Object
System.ValueType
System.Enum
ESRI.ArcGIS.E2API.esriE2ExportFormat
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
This enumeration was added to the E2API at version 1.0.0.348.
Copy Code