Documents for PDF, .NET Edition Documentation
BlendMode Enumeration

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf Namespace : BlendMode Enumeration
Specifies how to render images into a rectangle.
Syntax
'Declaration
 
Public Enum BlendMode 
   Inherits System.Enum
public enum BlendMode : System.Enum 
Members
MemberDescription
ColorBurnDarkens the backdrop color to reflect the source color. Painting with white produces no change.
ColorDodgeBrightens the backdrop color to reflect the source color. Painting with black produces no change.
CompatibleThis mode does not exist in specification but exists in PDF files :(.
DarkenSelects the darker of the backdrop and source colors.
DifferenceSubtracts the darker of the two constituent colors from the lighter color.
ExclusionProduces an effect similar to that of the Difference mode but lower in contrast.
HardLightMultiplies or screens the colors, depending on the source color value.
LightenSelects the lighter of the backdrop and source colors.
MultiplyMultiplies the backdrop and source color values.
NormalSelects the source color, ignoring the backdrop.
OverlayMultiplies or screens the colors, depending on the backdrop color.
ScreenMultiplies the complements of the backdrop and source color values, then complements the result.
SoftLightDarkens or lightens the colors, depending on the source color value.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Pdf.BlendMode

See Also

Reference

GrapeCity.Documents.Pdf Namespace