سؤال

I want to add watermark to powerpoint file from c# by using powerpoint object library but I could not find any example/documentation which explains how to do it.

Is it possible at all? Any hints or suggestions?

هل كانت مفيدة؟

المحلول

You need to make add Shape, set TextFrame.TextRange.Text to some string, set TextFrame.TextRange.Font to something big, rotate the shape, and send it to back.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top