Sort Score
Result 10 results
Languages All
Labels All
Results 1,011 - 1,020 of 33,633 for

api watermark

(0.47 sec)
  1. Adding text watermarks | GroupDocs

    The GroupDocs.Watermark allows to add text Watermarks to documents which may consists of pages, worksheets, slides or frames....Watermark Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/watermark/net/adding-text-wa...
  2. Add watermarks to spreadsheet documents | Group...

    GroupDocs.Watermark provides an easy way to add Watermark to the worksheets of any Excel document....Watermark Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/watermark/net/add-watermarks...
  3. Add watermarks to spreadsheet documents | Group...

    Adding Watermark to a particular worksheet GroupDocs.Watermark provides an easy way to add Watermark to the worksheets of any Excel document. Adding Watermark to a particular Excel worksheet using GroupDocs.Watermark consists of following steps. Load the document Create and initialize Watermark object Set Watermark properties Create SpreadsheetWatermarkShapeOptions and call setWorksheetIndex() Add Watermark to the worksheet Save the document Following code shows how to add Watermark to a particular worksheet....Watermark Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/watermark/java/add-watermark...
  4. Categories

    Find Answers by Api GroupDocs.Total Product Family GroupDocs.Conversion Product Family GroupDocs.Annotation Product F......Find Answers by API GroupDocs.Total Product Family GroupDocs...Product Family GroupDocs.Watermark Product Family GroupDocs.Merger...

    kb.groupdocs.com/categories/page/2/
  5. Migration notes | GroupDocs

    Why to migrate Here are the key reasons to use the new updated Api provided by GroupDocs.Watermark for .NET since version 19.5: The Watermarker class is introduced as a single entry point to manage Watermarks in the document (instead of Document class from previous versions). Adding Watermarks was unified for all supported document formats. Product architecture was redesigned from scratch in order to simplify passing options to manage Watermarks. Document information and preview generation procedures were simplified....Watermark Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/watermark/net/migration-notes/
  6. Adding repeated watermarks | GroupDocs

    Add repeated (tiled) text or image Watermarks with spacing, rotation, and patterns using Python via .NET....Watermark Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/watermark/python-net/adding-...
  7. GroupDocs.Watermark for .NET

    This Api allows you to manipulate text and image Watermarks in any type of file format using C# .NET language on any platform....Find Answers by API GroupDocs.Total Product Family GroupDocs...Product Family GroupDocs.Watermark Product Family GroupDocs.Merger...

    kb.groupdocs.com/watermark/net/
  8. Categories

    Find Answers by Api GroupDocs.Total Product Family GroupDocs.Conversion Product Family GroupDocs.Annotation Product F......Find Answers by API GroupDocs.Total Product Family GroupDocs...Product Family GroupDocs.Watermark Product Family GroupDocs.Merger...

    kb.groupdocs.com/categories/
  9. Adding text watermarks | GroupDocs

    Following code snippet shows how to add text Watermark to a document. If the document consists of multiple parts (pages, worksheets, slides, frames etc), the Watermark will be added to all of them. advanced_usage.adding_text_Watermarks.AddTextWatermark // Specify an absolute or relative path to your image. Ex: "C:\\Docs\\image.png" Watermarker Watermarker = new Watermarker("image.png"); // Initialize the font to be used for Watermark Font font = new Font("Arial", 19, FontStyle.Bold | FontStyle.Italic); // Create the Watermark object TextWatermark Watermark = new TextWatermark("Test Watermark", font); // Set Watermark properties Watermark....Watermark Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/watermark/java/adding-text-w...
  10. Add watermarks to PDF documents | GroupDocs

    The Watermarking Api allows you to add Watermarks to PDF documents. Adding Watermarks to a particular page or adding Watermarks on all images or attachments of a particular page is possible....Watermark Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/watermark/net/add-watermarks...