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

point coloring

(0.03 sec)
  1. Image redactions | Documentation

    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/
  2. Document Automation APIs on Tumblr - #watermark

    Posts tagged with #watermark...#OneNote #HTML Introducing Point Type Annotations in Java based...Insert Watermark, Polyline and Point annotations in your Word DOCX...

    www.tumblr.com/groupdocscom/tagged/watermark
  3. Pre-rasterize | Documentation

    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/
  4. GroupDocs.Annotation 23.2 | Watermarking On-pre...

    Native Java class library & On-premise API that helps build Java Apps that can annotate & watermark Microsoft Office, OpenOffice, Image, PDF & other documents....both line ends) Point annotation (Abstract point) Polyline annotation...annotation background color, position, opacity, pen color, style & width...

    releases.groupdocs.com/annotation/java/23-2/
  5. 3D Bubble Tank

    Play 3D Bubble tank online from any devices....and group 3 bubbles with same color. You do not need to download...Virtual Piano Bubble Tank 2D to point cloud Search Repairing Viewer...

    products.aspose.app/3d/bubble-tank
  6. GroupDocs.Annotation 23.6 | Watermarking On-pre...

    Native Java class library & On-premise API that helps build Java Apps that can annotate & watermark Microsoft Office, OpenOffice, Image, PDF & other documents....both line ends) Point annotation (Abstract point) Polyline annotation...annotation background color, position, opacity, pen color, style & width...

    releases.groupdocs.com/annotation/java/23-6/
  7. GroupDocs.Annotation 23.4 | Watermarking On-pre...

    Native Java class library & On-premise API that helps build Java Apps that can annotate & watermark Microsoft Office, OpenOffice, Image, PDF & other documents....both line ends) Point annotation (Abstract point) Polyline annotation...annotation background color, position, opacity, pen color, style & width...

    releases.groupdocs.com/annotation/java/23-4/
  8. GroupDocs.Annotation 23.10 | Watermarking On-pr...

    Native Java class library & On-premise API that helps build Java Apps that can annotate & watermark Microsoft Office, OpenOffice, Image, PDF & other documents....both line ends) Point annotation (Abstract point) Polyline annotation...annotation background color, position, opacity, pen color, style & width...

    releases.groupdocs.com/annotation/java/23-10/
  9. Adding text watermarks | Documentation

    The GroupDocs.Watermark allows to add text watermarks to documents which may consists of pages, worksheets, slides or frames....ForegroundColor = Color . Red ; watermark . BackgroundColor = Color . Blue...PDF Point Left bottom corner of page WordProcessing Point Left...

    docs.groupdocs.com/watermark/net/adding-text-wa...
  10. Adding text watermarks | Documentation

    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...