VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Processing Namespace / PdfDocumentCompressorCommand Class / CreateLossyCompressor Methods / CreateLossyCompressor(Double) Method
Syntax Requirements SeeAlso
In This Topic
    CreateLossyCompressor(Double) Method (PdfDocumentCompressorCommand)
    In This Topic
    Creates the lossy PDF compressor with CcittFax/Jpeg compression and with font subsetting.
    Syntax
    'Declaration
    
    Public Overloads Shared Function CreateLossyCompressor( _
    ByVal viewResolution
    The resolution, in DPI, to view compressed document in applications.
    As Double _
    ) As PdfDocumentCompressorCommand
    public static PdfDocumentCompressorCommand CreateLossyCompressor(
    double viewResolution
    )
    public: static PdfDocumentCompressorCommand* CreateLossyCompressor(
    double viewResolution
    )
    public:
    static PdfDocumentCompressorCommand^ CreateLossyCompressor(
    double viewResolution
    )

    Parameters

    viewResolution
    The resolution, in DPI, to view compressed document in applications.

    Return Value

    A new instance of PdfDocumentCompressorCommand class.
    Requirements

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

    See Also