←Select platform

ValidColors Property

Summary

Gets or sets a value that indicates the number of colors contained in a segment.

Syntax

C#
VB
C++
public int ValidColors { get; set; } 
Public Property ValidColors As Integer 
public: 
property int ValidColors { 
   int get(); 
   void set (    int ); 
} 

Property Value

A value that indicates the number of colors contained in a segment.

Example

Refer to PdfCompressorEngine example.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.PdfCompressor Assembly