Skip to content

Commit 1fc6025

Browse files
committed
Merge remote-tracking branch 'remotes/origin/main' into production
2 parents c81efd3 + b868daa commit 1fc6025

File tree

6 files changed

+89
-27
lines changed

6 files changed

+89
-27
lines changed

english/net/aspose.barcode.barcoderecognition/basedecodetype/gethashcode/_index.md

Lines changed: 0 additions & 27 deletions
This file was deleted.

english/net/aspose.barcode.generation/cmykcolor/_index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ public class CMYKColor
2020
| --- | --- |
2121
| [CMYKColor](cmykcolor/)(int, int, int, int) | Initializes a new instance of the `CMYKColor` class from CMYK values. CMYK values are 0-100. |
2222

23+
## Methods
24+
25+
| Name | Description |
26+
| --- | --- |
27+
| override [Equals](../../aspose.barcode.generation/cmykcolor/equals/)(object) | Compares if values of colors are the same |
28+
| override [GetHashCode](../../aspose.barcode.generation/cmykcolor/gethashcode/)() | Hash code of CMYKColor |
29+
2330
### See Also
2431

2532
* namespace [Aspose.BarCode.Generation](../../aspose.barcode.generation/)
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
title: CMYKColor.Equals
3+
second_title: Aspose.BarCode for .NET API Reference
4+
description: CMYKColor method. Compares if values of colors are the same
5+
type: docs
6+
weight: 20
7+
url: /net/aspose.barcode.generation/cmykcolor/equals/
8+
---
9+
## CMYKColor.Equals method
10+
11+
Compares if values of colors are the same
12+
13+
```csharp
14+
public override bool Equals(object obj)
15+
```
16+
17+
| Parameter | Type | Description |
18+
| --- | --- | --- |
19+
| obj | Object | CMYKColor to compare |
20+
21+
### Return Value
22+
23+
Are values the same
24+
25+
### See Also
26+
27+
* class [CMYKColor](../)
28+
* namespace [Aspose.BarCode.Generation](../../../aspose.barcode.generation/)
29+
* assembly [Aspose.BarCode](../../../)
30+
31+
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: CMYKColor.GetHashCode
3+
second_title: Aspose.BarCode for .NET API Reference
4+
description: CMYKColor method. Hash code of CMYKColor
5+
type: docs
6+
weight: 30
7+
url: /net/aspose.barcode.generation/cmykcolor/gethashcode/
8+
---
9+
## CMYKColor.GetHashCode method
10+
11+
Hash code of CMYKColor
12+
13+
```csharp
14+
public override int GetHashCode()
15+
```
16+
17+
### Return Value
18+
19+
Hash code of CMYKColor
20+
21+
### See Also
22+
23+
* class [CMYKColor](../)
24+
* namespace [Aspose.BarCode.Generation](../../../aspose.barcode.generation/)
25+
* assembly [Aspose.BarCode](../../../)
26+
27+

english/net/aspose.barcode.generation/pdfparameters/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ public class PdfParameters
2323
| [CMYKCaptionAboveColor](../../aspose.barcode.generation/pdfparameters/cmykcaptionabovecolor/) { getset; } | Nullable. CMYK color value of caption above. Null means CMYK color is not used, instead normal RGB color is used. |
2424
| [CMYKCaptionBelowColor](../../aspose.barcode.generation/pdfparameters/cmykcaptionbelowcolor/) { getset; } | Nullable. CMYK color value of caption below. Null means CMYK color is not used, instead normal RGB color is used. |
2525
| [CMYKCodetextColor](../../aspose.barcode.generation/pdfparameters/cmykcodetextcolor/) { getset; } | Nullable. CMYK color value of Codetext. Null means CMYK color is not used, instead normal RGB color is used. |
26+
| [IsTextAsPath](../../aspose.barcode.generation/pdfparameters/istextaspath/) { getset; } | Are paths used instead of text (use if Unicode characters are not displayed) Default value: false. |
2627

2728
### See Also
2829

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: PdfParameters.IsTextAsPath
3+
second_title: Aspose.BarCode for .NET API Reference
4+
description: PdfParameters property. Are paths used instead of text use if Unicode characters are not displayed Default value false
5+
type: docs
6+
weight: 60
7+
url: /net/aspose.barcode.generation/pdfparameters/istextaspath/
8+
---
9+
## PdfParameters.IsTextAsPath property
10+
11+
Are paths used instead of text (use if Unicode characters are not displayed) Default value: false.
12+
13+
```csharp
14+
public bool IsTextAsPath { get; set; }
15+
```
16+
17+
### See Also
18+
19+
* class [PdfParameters](../)
20+
* namespace [Aspose.BarCode.Generation](../../../aspose.barcode.generation/)
21+
* assembly [Aspose.BarCode](../../../)
22+
23+

0 commit comments

Comments
 (0)