ColorBarAnnotation.ColorBarAnnotation

ColorBarAnnotation constructor

Creates new ColorBar annotation on the specified page.

public ColorBarAnnotation(Page page, Rectangle rect, ColorsOfCMYK colorOfCMYK = ColorsOfCMYK.Black)
ParameterTypeDescription
pagePageDocument’s page where annotation should be created.
rectRectangleRequired rectangle that sets annotation’s drawing area.
colorOfCMYKColorsOfCMYKColor for which annotation drawing.

See Also