VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / WebPdfEncoderSettings Class / compression Property
Syntax Requirements SeeAlso
    compression Property (WebPdfEncoderSettings)
    Gets or sets compression algorithm which will be used at saving image to the PDF document.
    Syntax
    'Declaration
    
    Public Property compression As Vintasoft.Imaging.Codecs.Encoders.PdfImageCompression
    
    
     

    Property Value

    Default value is Vintasoft.Imaging.Codecs.Encoders.PdfImageCompression.Auto.
    Requirements

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

    See Also