This documentation is for the old version. Go to the latest Upload Suite docs

Converter Members

The Converter type exposes the following members.

Constructors

Name Description
Public method Converter

Creates and initializes an instance of the Converter class.

Methods

Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Properties

Name Description
Public property Hash

Gets or sets an algorithm to generate a hash value for each converted file created using this converter.

Public property Mode

Gets or sets a conversion mode of this converter.

Public property ThumbnailApplyCrop

Gets or sets a value indicating whether the thumbnail should be cropped.

Public property ThumbnailBgColor

Gets or sets a background color of the thumbnail.

Public property ThumbnailCompressOversizedOnly

Gets or sets a value indicating whether an original image should be uploaded as the thumbnail in case when original image dimensions and file size are not bigger than dimensions and file size of this thumbnail.

Public property ThumbnailCopyExif

Gets or sets a value indicating whether the thumbnail should contain EXIF metadata copied from the original file.

Public property ThumbnailCopyIptc

Gets or sets a value indicating whether the thumbnail should contain IPTC metadata copied from the original file.

Public property ThumbnailFitMode

Gets or sets a fit mode of the thumbnail.

Public property ThumbnailHeight

Gets or sets a height restriction for the thumbnail.

Public property ThumbnailJpegQuality

Gets or sets a JPEG quality of the thumbnail.

Public property ThumbnailKeepColorSpace

Gets or sets a value indicating whether to preserve original color space when creating the thumbnail.

Public property ThumbnailResizeQuality

Gets or sets a resize quality of the thumbnail.

Public property ThumbnailResolution

Gets or sets an image resolution of the thumbnail.

Public property ThumbnailWatermark

Gets or sets a watermark of the thumbnail.

Public property ThumbnailWidth

Gets or sets a width restriction for the thumbnail.

See Also

Reference