ImageGear PDF v25.2 - Updated
ToImGearPage(ImGearRGBQuad) Method




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEImage Class > ToImGearPage Method : ToImGearPage(ImGearRGBQuad) Method
If the ImGearPDEImage is a mask, this parameter specifies the mask's color. Otherwise, it is ignored and may be omitted.
Converts the ImGearPDEImage to an ImGearPage.
Syntax
'Declaration
 
Public Overloads Function ToImGearPage( _
   ByVal maskColor As ImGearRGBQuad _
) As ImGearPage
'Usage
 
Dim instance As ImGearPDEImage
Dim maskColor As ImGearRGBQuad
Dim value As ImGearPage
 
value = instance.ToImGearPage(maskColor)
public ImGearPage ToImGearPage( 
   ImGearRGBQuad maskColor
)
public: ImGearPage* ToImGearPage( 
   ImGearRGBQuad maskColor
) 
public:
ImGearPage^ ToImGearPage( 
   ImGearRGBQuad maskColor
) 

Parameters

maskColor
If the ImGearPDEImage is a mask, this parameter specifies the mask's color. Otherwise, it is ignored and may be omitted.

Return Value

The converted image.
See Also

Reference

ImGearPDEImage Class
ImGearPDEImage Members
Overload List

Is this page helpful?
Yes No
Thanks for your feedback.