Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 317 for

point coloring

(0.74 sec)
  1. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...comparing charts for MS Power Point Presentations Added support...comparing comments for MS Power Point Presentations Added support...

    blog.groupdocs.com/groupdocs.blog/page/81/
  2. llms.txt

    # GroupDocs > Central documentation index for GroupDocs on-premise document processing SDKs. Explore developer documentation and guides for all product families. GroupDocs provides on-premise docum......md)) - [Add point annotation](https://docs.groupdocs...groupdocs.com/annotation/net/add-point-annotation/) ([md](https://docs...

    docs.groupdocs.com/llms.txt
  3. Image redactions | GroupDocs

    This article shows that how to redact data of sensitive nature from images of various formats like JPG, PNG, TIFF and others....embedded images: You can put a colored box over a given area, such...java . awt . Point samplePoint = new java . awt . Point ( 385 , 485...

    docs.groupdocs.com/redaction/java/image-redacti...
  4. Adding text watermarks | GroupDocs

    Add text watermarks to pages, worksheets, slides, or frames — with sizing, positioning, rotation, margins, and custom fonts — using GroupDocs.Watermark for Python via .NET....import TextWatermark , Font , Color , SizingType from groupdocs...watermark . foreground_color = Color . red watermark . horizontal_alignment...

    docs.groupdocs.com/watermark/python-net/adding-...
  5. 下载 GroupDocs.Redaction for .NET 26.6 – LoadOpti...

    GroupDocs.Redaction for .NET 26.6 引入显式文件类型加载、新的 GroupDocs.Redaction.Options.Drawing 命名空间,以及已废弃的基于 System.Drawing 的 API 成员。可在 NuGet 和 GroupDocs 网站获取。...Drawing 类型( ColorPoint 、 Size 、 Rectangle 、 Font...Options.Drawing 命名空间提供了 ColorPoint 、 Size 、 Rectangle 、 Font...

    blog.groupdocs.com/zh/redaction/groupdocs-redac...
  6. Pre-rasterize | GroupDocs

    This article shows how to pre-rasterize a document using the redaction API.... Point samplePoint = new java . awt . Point ( 516 , 311...RegionReplacementOpt ( java . awt . Color . RED , sampleSize ))); if (...

    docs.groupdocs.com/redaction/java/pre-rasterize/
  7. Image redactions | GroupDocs

    This article shows that how to redact data of sensitive nature from images of various formats like JPG, PNG, TIFF and others....embedded images: You can put a colored box over a given area, such...groupdocs.pydrawing import Color , Point , Size def redact_image_area...

    docs.groupdocs.com/redaction/python-net/image-r...
  8. Image redactions | GroupDocs

    This article shows that how to redact data of sensitive nature from images of various formats like JPG, PNG, TIFF and others....embedded images: You can put a colored box over a given area, such...Drawing.Point samplePoint = new System.Drawing.Point(516, 311);...

    docs.groupdocs.com/redaction/net/image-redactions/
  9. Features Overview | GroupDocs

    GroupDocs.Annotation for Python via .NET adds annotations, markup, and review comments to documents and images through a single, format-independent API — text markup, shapes, watermarks, image and link stamps, text fields, threaded replies, versions, and import/export — and saves the result back to the original format....are positioned with a list of Point objects that describe the region...can set colors such as font_color , underline_color , and squiggly_color...

    docs.groupdocs.com/annotation/python-net/featur...
  10. 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.... setForegroundColor ( Color . getRed ()); watermark . setBackgroundColor...setBackgroundColor ( Color . getBlue ()); watermark . setTextAlignment...

    docs.groupdocs.com/watermark/java/adding-text-w...