ImageGear .NET v25.0 - Updated
GetColor Method




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFBookmark Class : GetColor Method
Gets the color of the bookmark.
Syntax
'Declaration
 
Public Function GetColor() As ImGearPixel
'Usage
 
Dim instance As ImGearPDFBookmark
Dim value As ImGearPixel
 
value = instance.GetColor()
public ImGearPixel GetColor()
public: ImGearPixel* GetColor(); 
public:
ImGearPixel^ GetColor(); 

Return Value

ImageGear.Core.ImGearPixel class - Color of the bookmark.
See Also

Reference

ImGearPDFBookmark Class
ImGearPDFBookmark Members
ImGearPixel Class