ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDESoftMask Class / GetBackdropColor Method




In This Topic
    GetBackdropColor Method
    In This Topic
    Gets the array of color values of the backdrop color.
    Syntax
    'Declaration
     
    Public Function GetBackdropColor() As Integer()
    'Usage
     
    Dim instance As ImGearPDESoftMask
    Dim value() As Integer
     
    value = instance.GetBackdropColor()
    public int[] GetBackdropColor()
    public: int[]* GetBackdropColor(); 
    public:
    array<int>^ GetBackdropColor(); 

    Return Value

    Array of color values.
    See Also