VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Encoders Namespace / TiffEncoderSettings Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    TiffEncoderSettings Class
    In This Topic
    Contains settings of TIFF encoder.
    Object Model
    JpegEncoderSettings Jpeg2000EncoderSettings ChangePixelFormatToBlackWhiteCommand TiffEncoderSettings
    Syntax
    'Declaration
    
    Public NotInheritable Class TiffEncoderSettings
       Inherits EncoderSettings
    
    
    public sealed class TiffEncoderSettings : EncoderSettings
    
    
    public __gc __sealed class TiffEncoderSettings : public EncoderSettings*
    
    
    public ref class TiffEncoderSettings sealed : public EncoderSettings^
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Codecs.Encoders.EncoderSettings
          Vintasoft.Imaging.Codecs.Encoders.TiffEncoderSettings

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also