Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 278 for

point coloring

(0.14 sec)
  1. Add squiggly annotation | GroupDocs

    The page describes how to add squiggly annotation to a document using GroupDocs.Annotation for .NET....properties of the class: defines the color of the annotation text allows...as array of points defines the area background color defines the...

    docs.groupdocs.com/annotation/net/add-squiggly-...
  2. Add squiggly annotation | GroupDocs

    The page describes how to add squiggly annotation to a document using GroupDocs.Annotation for Java....properties of the class: defines the color of the annotation text allows...as array of points defines the area background color defines the...

    docs.groupdocs.com/annotation/java/add-squiggly...
  3. 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
  4. 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/
  5. 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...
  6. 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...
  7. 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/
  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...

    docs.groupdocs.com/redaction/net/image-redactions/
  9. Adding text watermarks | GroupDocs

    Add text watermarks to pages, worksheets, slides or frames using Python via .NET....foreground_color = gww . Color . red watermark . background_color = gww...gww . Color . blue watermark . text_alignment = gww . TextAlignment...

    docs.groupdocs.com/watermark/python-net/adding-...
  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...