Nevron Open Vision Documentation
Nevron.Nov.Diagram.Formats Namespace / NDrawingSaveSettings Class / CompressionLevel Field


In This Topic
    CompressionLevel Field (NDrawingSaveSettings)
    In This Topic
    The compression level to use for saving. By default set to BestSpeed for drawings and BestCompression for drawing templates.
    Syntax
    'Declaration
     
    
    Public CompressionLevel As ENCompressionLevel
    'Usage
     
    
    Dim instance As NDrawingSaveSettings
    Dim value As ENCompressionLevel
     
    value = instance.CompressionLevel
     
    instance.CompressionLevel = value
    public ENCompressionLevel CompressionLevel
    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