Converter Members HTML5/Flash Uploader ASP.NET

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 AutoReduceDimensions

Gets or sets a value specifying what to do if the browser does not allow creating resized copies of specified size.

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 the conversion mode of the thumbnail.

Public property ThumbnailApplyCrop

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

Public property ThumbnailApplyDrawTool

Gets or sets a value indicating whether to apply drawing to the thumbnail made by a user through the image editor.

Public property ThumbnailBgColor

Gets or sets a background color of the thumbnail.

Public property ThumbnailCompressOversizedOnly

Gets or sets a value indicating whether the uploader should ignore the thumbnail settings if the resized image turns out to be larger than the original file.

Public property ThumbnailCopyColorProfile

Gets or sets a value indicating whether the thumbnail copy the ICC color prfile from the original file.

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 the fit mode of the thumbnail.

Public property ThumbnailHeight

Gets or sets the height restriction for the thumbnail.

Public property ThumbnailJpegQuality

Gets or sets a JPEG quality of the thumbnail.

Public property ThumbnailResizeCmyk

Gets or sets a value indicating whether CMYK images should be resized or ignored.

Public property ThumbnailResizeFailureDetector

Configures how the uploader tries to detect whether image resizing failed due to memory issues and whether to retry.

Public property ThumbnailResizeQuality

Gets or sets a resize quality of the thumbnail (interpolation algorithm).

Public property ThumbnailResolution

Gets or sets a resolution of the thumbnail (DPI).

Public property ThumbnailSizeLimit

Gets or sets a max file size for a thumbnail generated by uploader.

Public property ThumbnailType

Gets or sets a value specifying the output image type.

Public property ThumbnailUseExifPreview

Gets or sets a value specifying whether the uploader should try using EXIF previews when possible.

Public property ThumbnailWatermark

Gets or sets a watermark of the thumbnail.

Public property ThumbnailWidth

Gets or sets the width restriction for the thumbnail.

See Also

Reference