ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFBookmark Class / GetColor Method




In This Topic
    GetColor Method
    In This Topic
    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