VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Encoders Namespace / PdfEncoder Class / NeedEncodePage(PdfPage,PdfCompression,PdfCompressionSettings) Method
Syntax Requirements SeeAlso
In This Topic
    NeedEncodePage(PdfPage,PdfCompression,PdfCompressionSettings) Method (PdfEncoder)
    In This Topic
    Determines which action (encode or copy) must be made for adding the page to a PDF document.
    Syntax

    Parameters

    page
    PDF page which should be added to PDF document.
    compression
    Compression which should be used for encoding the page.
    compressionSettings
    Compression settings which should be used for encoding the page.

    Return Value

    True - PDF page must be encoded with specified encoding settings and added to a PDF document;
    false - PDF page must be copied as is (not encoded) to a PDF document.
    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