Skip to main content
All docs
V25.1
  • WatermarkManager.SetImage Method

    Name Parameters Description
    SetImage(DocumentImageSource, ImageWatermarkOptions) imageSource, options Adds an image watermark to a header of the specified section.
    SetImage(DocumentImageSource) imageSource Adds an image watermark to a header of the specified section.
    SetImage(Section, HeaderFooterType, DocumentImageSource, ImageWatermarkOptions) section, type, imageSource, options Adds an image watermark to a header of the specified section.
    SetImage(Section, HeaderFooterType, DocumentImageSource) section, type, imageSource Adds an image watermark to a header of the specified section.
    SetImage(Section, HeaderFooterType, Image, ImageWatermarkOptions) section, type, image, options Adds an image watermark to a header of the specified section.
    SetImage(Section, HeaderFooterType, Image) section, type, image Adds an image watermark to a header of the specified section.
    SetImage(Image, ImageWatermarkOptions) image, options Adds an image watermark to all document pages.
    SetImage(Image) image Adds an image watermark to all document pages.