Winnovative Excel to PDF Converter

PdfCompressionLevel Enumeration

Winnovative Excel to PDF Converter Documentation
This enumration represents the possible compression levels that can be used when a PDF document is saved

Namespace:  Winnovative.ExcelToPdf
Assembly:  wnvexceltopdf (in wnvexceltopdf.dll) Version: 10.0.0.0
Syntax

public enum PdfCompressionLevel
Members

  Member nameValueDescription
NoCompression0 The PDF document is not compressed.
Normal1 Normal compression level. This is the default compression level of the PDF document.
Best2 Produces the smallest PDF document but it takes longer to compress the streams.
See Also

Reference