Colors Property

Summary
Gets or sets an array of colors for a segment.
Syntax
C#
VB
C++
public RasterColor[] Colors { get; set; } 
Public Property Colors As RasterColor() 
public: 
property array<RasterColor>^ Colors { 
   array<RasterColor>^ get(); 
   void set (    array<RasterColor>^ ); 
} 

Property Value

An array of colors for a segment.

Example

Refer to PdfCompressorEngine example.

Requirements

Target Platforms

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

Leadtools.PdfCompressor Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.