Visual Basic (Declaration) | |
---|---|
Public Property Colors As RasterColor() |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As PdfCompressorSegmentsInfo Dim value() As RasterColor instance.Colors = value value = instance.Colors |
C# | |
---|---|
public RasterColor[] Colors {get; set;} |
C++/CLI | |
---|---|
public: property array<RasterColor>^ Colors { array<RasterColor>^ get(); void set ( array<RasterColor>^ value); } |
Property Value
An array of colors for a segment.Refer to PdfCompressor example.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7