Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.14
|
Leadtools.PdfCompressor Namespace > PdfCompressorSegmentsInfo Class : Colors Property |
public RasterColor[] Colors {get; set;}
'Declaration
Public Property Colors As RasterColor()
'Usage
Dim instance As PdfCompressorSegmentsInfo Dim value() As RasterColor instance.Colors = value value = instance.Colors
public: property array<RasterColor>^ Colors { array<RasterColor>^ get(); void set ( array<RasterColor>^ value); }