Back to Devexpress

WatermarkManager.SetImage Method

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-watermarkmanager-dot-setimage.md

latest2.3 KB
Original Source

WatermarkManager.SetImage Method

NameParametersDescription
SetImage(DocumentImageSource, ImageWatermarkOptions)imageSource, optionsAdds an image watermark to a header of the specified section.
SetImage(DocumentImageSource)imageSourceAdds an image watermark to a header of the specified section.
SetImage(Section, HeaderFooterType, DocumentImageSource, ImageWatermarkOptions)section, type, imageSource, optionsAdds an image watermark to a header of the specified section.
SetImage(Section, HeaderFooterType, DocumentImageSource)section, type, imageSourceAdds an image watermark to a header of the specified section.
SetImage(Section, HeaderFooterType, Image, ImageWatermarkOptions)section, type, image, optionsAdds an image watermark to a header of the specified section.
SetImage(Section, HeaderFooterType, Image)section, type, imageAdds an image watermark to a header of the specified section.
SetImage(Image, ImageWatermarkOptions)image, optionsAdds an image watermark to all document pages.
SetImage(Image)imageAdds an image watermark to all document pages.