Skip to content

Commit db98aaf

Browse files
Update file(s) "/." from "groupdocs-redaction/Groupdocs.Redaction-References"
1 parent 6531c43 commit db98aaf

175 files changed

Lines changed: 2141 additions & 136 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

content/sites/groupdocs/redaction/english/net/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ version:
1717
| [GroupDocs.Redaction.Integration](./groupdocs.redaction.integration) | The Integration namespace provides interfaces and classes, used to integrate documents of different formats with GroupDocs.Redaction. |
1818
| [GroupDocs.Redaction.Integration.Ocr](./groupdocs.redaction.integration.ocr) | The Ocr namespace provides interfaces and classes, required for Optical Character Recognition (OCR) support. |
1919
| [GroupDocs.Redaction.Options](./groupdocs.redaction.options) | The Options namespace provides load and save options classes. |
20+
| [GroupDocs.Redaction.Options.Drawing](./groupdocs.redaction.options.drawing) | |
2021
| [GroupDocs.Redaction.Redactions](./groupdocs.redaction.redactions) | The Redactions namespace provides classes for different types of redactions. |
2122

2223
<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.Redaction.dll -->

content/sites/groupdocs/redaction/english/net/groupdocs.redaction.integration.ocr/textfragment/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ public class TextFragment
1818

1919
| Name | Description |
2020
| --- | --- |
21-
| [TextFragment](textfragment)(string, Rectangle) | Initializes a new instance of the recognized text fragment. |
21+
| [TextFragment](textfragment#constructor)(string, Rectangle) | Initializes a new instance of the recognized text fragment. |
2222

2323
## Properties
2424

2525
| Name | Description |
2626
| --- | --- |
27-
| [Rectangle](../../groupdocs.redaction.integration.ocr/textfragment/rectangle) { get; } | Gets a bounding rectangle of the recognized text fragment. |
27+
| [BoundingRectangle](../../groupdocs.redaction.integration.ocr/textfragment/boundingrectangle) { get; } | Gets a bounding rectangle of the recognized text fragment. |
2828
| [Text](../../groupdocs.redaction.integration.ocr/textfragment/text) { get; } | Gets a textual content of the recognized text fragment. |
2929

3030
## Methods

content/sites/groupdocs/redaction/english/net/groupdocs.redaction.integration.ocr/textfragment/rectangle/_index.md renamed to content/sites/groupdocs/redaction/english/net/groupdocs.redaction.integration.ocr/textfragment/boundingrectangle/_index.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
11
---
2-
title: Rectangle
2+
title: BoundingRectangle
33
second_title: GroupDocs.Redaction for .NET API Reference
44
description: Gets a bounding rectangle of the recognized text fragment.
55
type: docs
66
weight: 20
7-
url: /net/groupdocs.redaction.integration.ocr/textfragment/rectangle/
7+
url: /net/groupdocs.redaction.integration.ocr/textfragment/boundingrectangle/
88
---
9-
## TextFragment.Rectangle property
9+
## TextFragment.BoundingRectangle property
1010

1111
Gets a bounding rectangle of the recognized text fragment.
1212

1313
```csharp
14-
public Rectangle Rectangle { get; }
14+
public Rectangle BoundingRectangle { get; }
1515
```
1616

1717
### See Also
1818

19+
* struct [Rectangle](../../../groupdocs.redaction.options.drawing/rectangle)
1920
* class [TextFragment](../../textfragment)
2021
* namespace [GroupDocs.Redaction.Integration.Ocr](../../../groupdocs.redaction.integration.ocr)
2122
* assembly [GroupDocs.Redaction](../../../)

content/sites/groupdocs/redaction/english/net/groupdocs.redaction.integration.ocr/textfragment/textfragment/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ public TextFragment(string text, Rectangle rectangle)
2121

2222
### See Also
2323

24+
* struct [Rectangle](../../../groupdocs.redaction.options.drawing/rectangle)
2425
* class [TextFragment](../../textfragment)
2526
* namespace [GroupDocs.Redaction.Integration.Ocr](../../../groupdocs.redaction.integration.ocr)
2627
* assembly [GroupDocs.Redaction](../../../)

content/sites/groupdocs/redaction/english/net/groupdocs.redaction.integration/iimageformatinstance/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public interface IImageFormatInstance
1818

1919
| Name | Description |
2020
| --- | --- |
21-
| [EditArea](../../groupdocs.redaction.integration/iimageformatinstance/editarea)(Point, RegionReplacementOptions) | Replaces the area at given point with a rectangle of specific color and size. |
21+
| [EditArea](../../groupdocs.redaction.integration/iimageformatinstance/editarea#editarea)(Point, RegionReplacementOptions) | Replaces the area at given point with a rectangle of specific color and size. |
2222

2323
### Remarks
2424

content/sites/groupdocs/redaction/english/net/groupdocs.redaction.integration/iimageformatinstance/editarea/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Image area redaction result
2626
### See Also
2727

2828
* class [RedactionResult](../../../groupdocs.redaction/redactionresult)
29+
* struct [Point](../../../groupdocs.redaction.options.drawing/point)
2930
* class [RegionReplacementOptions](../../../groupdocs.redaction.redactions/regionreplacementoptions)
3031
* interface [IImageFormatInstance](../../iimageformatinstance)
3132
* namespace [GroupDocs.Redaction.Integration](../../../groupdocs.redaction.integration)
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: GroupDocs.Redaction.Options.Drawing
3+
second_title: GroupDocs.Redaction for .NET API Reference
4+
description:
5+
type: docs
6+
weight: 70
7+
url: /net/groupdocs.redaction.options.drawing/
8+
---
9+
10+
11+
## Classes
12+
13+
| Class | Description |
14+
| --- | --- |
15+
| [Font](./font) | Describes text appearance when a redaction area is sized to match expected content. |
16+
## Structures
17+
18+
| Structure | Description |
19+
| --- | --- |
20+
| [Color](./color) | Describes a fill or overlay color used in redaction options. |
21+
| [Point](./point) | Identifies a pixel offset on a page or image, usually the top-left corner of a redaction area. |
22+
| [Rectangle](./rectangle) | Describes a rectangular area on a page or image, for example an OCR text bounds or a redaction box. |
23+
| [Size](./size) | Defines the width and height of a redaction region in pixels. |
24+
## Enumeration
25+
26+
| Enumeration | Description |
27+
| --- | --- |
28+
| [FontStyle](./fontstyle) | Flags that describe how expected text looks when sizing a redaction region. |
29+
30+
<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.Redaction.dll -->
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
title: Color
3+
second_title: GroupDocs.Redaction for .NET API Reference
4+
description: Describes a fill or overlay color used in redaction options.
5+
type: docs
6+
weight: 310
7+
url: /net/groupdocs.redaction.options.drawing/color/
8+
---
9+
## Color structure
10+
11+
Describes a fill or overlay color used in redaction options.
12+
13+
```csharp
14+
public struct Color : IEquatable<Color>
15+
```
16+
17+
## Properties
18+
19+
| Name | Description |
20+
| --- | --- |
21+
| static [Black](../../groupdocs.redaction.options.drawing/color/black) { get; } | A preset opaque black, commonly used for blackout redactions. |
22+
| static [Blue](../../groupdocs.redaction.options.drawing/color/blue) { get; } | A preset opaque blue. |
23+
| static [Chocolate](../../groupdocs.redaction.options.drawing/color/chocolate) { get; } | A preset opaque brown tone used in sample redaction scenarios. |
24+
| static [Cyan](../../groupdocs.redaction.options.drawing/color/cyan) { get; } | A preset opaque cyan. |
25+
| static [Red](../../groupdocs.redaction.options.drawing/color/red) { get; } | A preset opaque red, often used for highlight-style redactions. |
26+
| static [Transparent](../../groupdocs.redaction.options.drawing/color/transparent) { get; } | A fully transparent color. |
27+
| static [Yellow](../../groupdocs.redaction.options.drawing/color/yellow) { get; } | A preset opaque yellow. |
28+
| [A](../../groupdocs.redaction.options.drawing/color/a) { get; } | Opacity of the color. 0 is fully transparent, 255 is fully opaque. |
29+
| [B](../../groupdocs.redaction.options.drawing/color/b) { get; } | Blue channel intensity. |
30+
| [G](../../groupdocs.redaction.options.drawing/color/g) { get; } | Green channel intensity. |
31+
| [R](../../groupdocs.redaction.options.drawing/color/r) { get; } | Red channel intensity. |
32+
33+
## Methods
34+
35+
| Name | Description |
36+
| --- | --- |
37+
| static [FromArgb](../../groupdocs.redaction.options.drawing/color/fromargb#fromargb)(int) | Builds a color from a packed 32-bit value in ARGB order. |
38+
| static [FromArgb](../../groupdocs.redaction.options.drawing/color/fromargb#fromargb_1)(intintintint) | Builds a color from separate channel values. |
39+
| [Equals](../../groupdocs.redaction.options.drawing/color/equals#equals)(Color) | Compares channel values with another redaction color. |
40+
| override [Equals](../../groupdocs.redaction.options.drawing/color/equals#equals_1)(object) | Compares this color with another object. |
41+
| override [GetHashCode](../../groupdocs.redaction.options.drawing/color/gethashcode)() | Returns a hash code based on the packed ARGB value. |
42+
| [ToArgb](../../groupdocs.redaction.options.drawing/color/toargb)() | Returns the color as a packed 32-bit ARGB value. |
43+
| override [ToString](../../groupdocs.redaction.options.drawing/color/tostring)() | Returns channel values in a readable form. |
44+
45+
### See Also
46+
47+
* namespace [GroupDocs.Redaction.Options.Drawing](../../groupdocs.redaction.options.drawing)
48+
* assembly [GroupDocs.Redaction](../../)
49+
50+
<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.Redaction.dll -->
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: A
3+
second_title: GroupDocs.Redaction for .NET API Reference
4+
description: Opacity of the color. 0 is fully transparent 255 is fully opaque.
5+
type: docs
6+
weight: 90
7+
url: /net/groupdocs.redaction.options.drawing/color/a/
8+
---
9+
## Color.A property
10+
11+
Opacity of the color. 0 is fully transparent, 255 is fully opaque.
12+
13+
```csharp
14+
public byte A { get; }
15+
```
16+
17+
### See Also
18+
19+
* struct [Color](../../color)
20+
* namespace [GroupDocs.Redaction.Options.Drawing](../../../groupdocs.redaction.options.drawing)
21+
* assembly [GroupDocs.Redaction](../../../)
22+
23+
<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.Redaction.dll -->
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: B
3+
second_title: GroupDocs.Redaction for .NET API Reference
4+
description: Blue channel intensity.
5+
type: docs
6+
weight: 100
7+
url: /net/groupdocs.redaction.options.drawing/color/b/
8+
---
9+
## Color.B property
10+
11+
Blue channel intensity.
12+
13+
```csharp
14+
public byte B { get; }
15+
```
16+
17+
### See Also
18+
19+
* struct [Color](../../color)
20+
* namespace [GroupDocs.Redaction.Options.Drawing](../../../groupdocs.redaction.options.drawing)
21+
* assembly [GroupDocs.Redaction](../../../)
22+
23+
<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.Redaction.dll -->

0 commit comments

Comments
 (0)