OutputQuality Property

Summary

Gets or sets a value that indicates the quality of the output image.

Syntax
C#
VB
C++
public PdfCompressorOutputQuality OutputQuality { get; set; } 
Public Property OutputQuality As PdfCompressorOutputQuality 
public: 
property PdfCompressorOutputQuality OutputQuality { 
   PdfCompressorOutputQuality get(); 
   void set (    PdfCompressorOutputQuality ); 
} 

Property Value

A value that indicates the quality of the output image.

Remarks

Refer to PdfCompressorOutputQuality. For more information, refer to Creating a Compressed PDF File.

Example

Refer to PdfCompressorEngine example.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.PdfCompressor Assembly