ImageGear .NET v25.0 - Updated
SetColor Method




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFBookmark Class : SetColor Method
The bookmark's color to set. Must be RGB.
Sets the bookmark's color.
Syntax
'Declaration
 
Public Sub SetColor( _
   ByVal color As ImGearPixel _
) 
'Usage
 
Dim instance As ImGearPDFBookmark
Dim color As ImGearPixel
 
instance.SetColor(color)
public void SetColor( 
   ImGearPixel color
)
public: void SetColor( 
   ImGearPixel* color
) 
public:
void SetColor( 
   ImGearPixel^ color
) 

Parameters

color
The bookmark's color to set. Must be RGB.
See Also

Reference

ImGearPDFBookmark Class
ImGearPDFBookmark Members
ImGearPixel Class