VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebTiffEncoderSettingsJS type
Constructors SeeAlso
In This Topic
    WebTiffEncoderSettingsJS Class Members
    In This Topic
    The following tables list the members exposed by WebTiffEncoderSettingsJS.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the WebTiffEncoderSettingsJS class.
    Methods
     NameDescription
    Public MethodCreates a new object that is a copy of the current instance.
    Public MethodGets the binarization command, which must be used if color image must be converted to a black-white image before saving to a TIFF file.
    Public MethodGets the image compression algorithm.
    Public MethodGets the settings of JPEG2000 encoder.
    Public MethodGets the settings of JPEG encoder.
    Public MethodGets a quality factor in percents if JPEG compression is used.
    Public MethodGets the name of image encoder settings. (Inherited from WebImageEncoderSettingsJS)
    Public MethodGets a value indicating whether color images will be saved as grayscale JPEG files when JPEG compression is used.
    Public MethodGets a value indicating whether predictor must be used for encoding image.
    Public MethodGets the level of ZIP compression.
    Public MethodSets the binarization command, which must be used if color image must be converted to a black-white image before saving to a TIFF file.
    Public MethodSets the image compression algorithm.
    Public MethodSets the settings of JPEG2000 encoder.
    Public MethodSets the settings of JPEG encoder.
    Public MethodSets a quality factor in percents if JPEG compression is used.
    Public MethodSets a value indicating whether color images will be saved as grayscale JPEG files when JPEG compression is used.
    Public MethodSets a value indicating whether predictor must be used for encoding image.
    Public MethodSets the level of ZIP compression.
    Public MethodReturns encoder settings as object. (Inherited from WebImageEncoderSettingsJS)
    See Also