Nevron Open Vision Documentation
Nevron.Nov.Text.Formats.Epub Namespace / NEpubSaveSettings Class / CompressionLevel Property


In This Topic
    CompressionLevel Property (NEpubSaveSettings)
    In This Topic
    Gets/Sets the compression level to apply when creating the EPUB file/stream. By default set to BestCompression.
    Syntax
    'Declaration
     
    
    Public Property CompressionLevel As ENCompressionLevel
    'Usage
     
    
    Dim instance As NEpubSaveSettings
    Dim value As ENCompressionLevel
     
    instance.CompressionLevel = value
     
    value = instance.CompressionLevel
    public ENCompressionLevel CompressionLevel {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also