Sort Score
Result 10 results
Languages All
Labels All
Results 21 - 30 of 1,011 for

area

(0.15 sec)
  1. Loading documents | GroupDocs

    Load documents into GroupDocs.Annotation for Python via .NET from a local disk or a binary stream, and open password-protected files with LoadOptions....as annotator : area = AreaAnnotation () area . box = Rectangle...Rectangle ( 100 , 100 , 100 , 100 ) area . background_color = Color ...

    docs.groupdocs.com/annotation/python-net/loadin...
  2. Working with data extracted by template | Group...

    Extracted data are stored in the instance of DocumentData class....The rectangular area that bounds the text area. The page information...of the text area. The base line of the text area. The style of...

    docs.groupdocs.com/parser/java/working-with-dat...
  3. Extract text areas | GroupDocs

    Learn how to extract text Areas with coordinates and formatting information from documents using GroupDocs.Parser for Python via .NET. Extract text with position data, rectangles, and text styles....Extraction / Extract text areas Extract text areas Leave feedback On...functionality to extract text areas with position information (coordinates)...

    docs.groupdocs.com/parser/python-net/extract-te...
  4. Extract text areas | GroupDocs

    Learn how to extract text Areas with coordinates and formatting information from documents using GroupDocs.Parser for .NET. Extract text with position data, rectangles, and text styles in C#....text / Extract text areas Extract text areas Leave feedback On...functionality to extract text areas from documents by the following...

    docs.groupdocs.com/parser/net/extract-text-areas/
  5. Saving documents | GroupDocs

    Save annotated documents with GroupDocs.Annotation for Python via .NET — persist only specific annotation types or limit the output to a page range with SaveOptions....as annotator : area = AreaAnnotation () area . box = Rectangle...Rectangle ( 100 , 100 , 100 , 100 ) area . background_color = Color ...

    docs.groupdocs.com/annotation/python-net/saving...
  6. Extract text areas | GroupDocs

    This article explains that how to extract text Areas from documents in Java....text / Extract text areas Extract text areas Leave feedback GroupDocs...functionality to extract text areas from documents by the following...

    docs.groupdocs.com/parser/java/extract-text-areas/
  7. Comments and replies | GroupDocs

    Attach a threaded discussion of replies and users to an annotation with GroupDocs.Annotation for Python via .NET....The example below creates an area annotation and attaches a two-message...as annotator : area = AreaAnnotation () area . box = Rectangle...

    docs.groupdocs.com/annotation/python-net/commen...
  8. Add replies to annotation | GroupDocs

    The page describes how to add annotation replies when collaborate over document using GroupDocs.Annotation for Java API....AreaAnnotation area = new AreaAnnotation (); area . setBackgroundColor...setBackgroundColor ( 65535 ); area . setBox ( new Rectangle ( 100 , 100...

    docs.groupdocs.com/annotation/java/add-replies-...
  9. Working with data extracted by template | Group...

    Extracted data are stored in the instance of DocumentData class...The rectangular area that bounds the text area. The page information...of the text area. The base line of the text area. The style of...

    docs.groupdocs.com/parser/net/working-with-data...
  10. Hello, World! | GroupDocs

    Quickly get started with GroupDocs.Annotation for Python via .NET by creating and running a simple example....annotation and configure it (here, an area annotation with a yellow fill)...example below adds a yellow area (rectangle) annotation to the...

    docs.groupdocs.com/annotation/python-net/hello-...