Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 3,421 for

point

(0.09 sec)
  1. Selection - Web APIs | MDN

    Learn about the Selection interface, including its properties and methods, specifications and browser compatibility....the selection's start and end points are at the same position. Selection...current selection to a single point. Selection.collapseToEnd() Collapses...

    developer.mozilla.org/en-US/docs/Web/API/Selection
  2. tifftagtype - GroupDocs.Metadata for Java - API...

    All Classes Packages com.groupdocs.metadata com.groupdocs.metadata.core com.groupdocs.metadata.export com.groupdocs.m......floating point value. Float A 4-byte IEEE floating point value....Float A 4-byte IEEE floating point value. Double public static...

    apireference.groupdocs.com/metadata/java/com.gr...
  3. DocumentType Enumeration - GroupDocs.Annotation...

    The annotation document type...Structure PenStyle Enumeration Point Structure Rectangle Structure...

    apireference.groupdocs.com/annotation/net/group...
  4. GroupDocs.Redaction for .NET - API Reference

    GroupDocs.Redaction - API Reference GroupDocs.Redaction - API Reference GroupDocs.Redaction GroupDocs.Redaction.Confi......are: Redactor is the entry point for redaction process. Redaction...

    apireference.groupdocs.com/redaction/net
  5. Pre-rasterize | Documentation

    This article shows how to pre-rasterize a document using the redaction API.... Point samplePoint = new System . Drawing . Point ( 516...

    docs.groupdocs.com/redaction/net/pre-rasterize/
  6. Get text with coordinates and redact in .NET - ...

    I have a scanned pdf file and I want to get all the data with the coordinates of data and redact that text using this library , how can I achieve my goal...new ImageAreaRedaction(new Point(738, 169), new RegionReplacementOpt(Color...new ImageAreaRedaction(new Point(140, 375), new RegionReplacementOpt(Color...

    forum.groupdocs.com/t/get-text-with-coordinates...
  7. PointAnnotation.Equals Method (Object) - GroupD...

    Compares Point Annotations using standard object Equals method...Equals Method (Object) Compares Point Annotations using standard object...

    apireference.groupdocs.com/annotation/net/group...
  8. PageTableArea - GroupDocs.Parser for Java - API...

    All Classes Packages com.groupdocs.parser com.groupdocs.parser.data com.groupdocs.parser.exceptions com.groupdocs.par......PageTableAreaCell PageTextArea Point Rectangle SearchResult Size...

    apireference.groupdocs.com/parser/java/com.grou...
  9. Color Chart Series Dynamically in Email Message...

    GroupDocs team is proudly announcing two new features and three enhancements in the monthly release of GroupDocs.Assembly for .NET 18.6. Using the latest version, you can now use C# 6.0 null-conditional operators **?. **and ?[]. Change the color of chart series and individual Point series dynamically for Email Messages with HTML and RTF bodies. Furthermore, to enhance the API, colors are preserved for a pie chart in the Word Processing document, fonts are preserved for a chart title, and static colors are preserved for chart series in the Email document....chart series and individual point series dynamically for Email...in Email Document Individual Point Series Coloring in Email Document...

    blog.groupdocs.com/assembly/color-chart-series-...
  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....PDF Point Left bottom corner of page WordProcessing Point Left...Spreadsheet Point Left top corner of worksheet Presentation Point Left...

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