Exemple #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ImageFile"/> class.
 /// </summary>
 protected ImageFile()
 {
     Format     = ImageFileFormat.Unknown;
     Properties = new ExifPropertyCollection <ExifProperty>();
     Encoding   = Encoding.UTF8;
     Errors     = new List <ImageError>();
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="ImageFile"/> class.
 /// </summary>
 protected ImageFile()
 {
     Format     = ImageFileFormat.Unknown;
     Properties = new ExifPropertyCollection();
     Encoding   = Encoding.UTF8;
 }
 public ExifReadWrite()
 {
     Properties = new ExifPropertyCollection();
     Encoding   = Encoding.UTF8;
     Thumbnail  = null;
 }
Exemple #4
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ImageFile"/> class.
 /// </summary>
 protected ImageFile()
 {
     Format     = ImageFileFormat.Unknown;
     Properties = new ExifPropertyCollection(this);
     Encoding   = Encoding.Default;
 }
Exemple #5
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ImageFile"/> class.
 /// </summary>
 protected ImageFile()
 {
     Format     = ImageFileFormat.Unknown;
     Properties = new ExifPropertyCollection();
 }