Click or drag to resize
BitmapWriter Class
Represents a writer that can write a bitmap to a file.
Inheritance Hierarchy

Namespace: FDF.Common.IO
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public class BitmapWriter : IoDataWriter<Bitmap>

The BitmapWriter type exposes the following members.

Constructors
  NameDescription
Public methodBitmapWriter
Initializes a new instance of the BitmapWriter class
Top
Properties
  NameDescription
Public propertyEnvelope
Gets or sets bitmap's geo-reference.
Public propertyIsMetaDataExtended
Gets or sets whether bitmap's meta-data uses tags beyong baseline format tags (e.g. Exif IFD).
Public propertyMetaData
Gets or sets bitmap's meta-data.
Public propertyOverview
Gets or sets bitmap's overview image.
Public propertySubEnvelope
Public propertyWatermark
Public propertyWorldFile
Gets or sets generation of an associated ESRI world file.
Top
Methods
Remarks
See Also