Namespace: BitMiracle.Docotic.Pdf
public void MakeTransparent( PdfColor color )
Public Sub MakeTransparent ( color As PdfColor )
This method must not be called for mask images (i.e. for images with IsMask property equal to true).
At this time, the method throws exception of PdfException type if the color specified by color is not an instance of PdfRgbColor class.
This method does nothing for images with non-RGB color spaces.