Skip to content

Commit 49008b7

Browse files
Update file(s) "/." from "groupdocs-signature/Groupdocs.Signature-References"
1 parent 3f649cc commit 49008b7

File tree

79 files changed

+124
-80
lines changed

Some content is hidden

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

79 files changed

+124
-80
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ weight: 10
55
url: /net/
66
description: GroupDocs.Signature for .NET API References contain examples, code snippets, and API documentation. It provides namespaces, classes, interfaces, and other API details.
77
is_root: true
8-
version: "25.3"
8+
version: "25.6"
99
---
1010

1111
## Namespaces

content/sites/groupdocs/signature/english/net/groupdocs.signature.domain.extensions/symmetricalgorithmtype/_index.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,7 @@ public enum SymmetricAlgorithmType
1818

1919
| Name | Value | Description |
2020
| --- | --- | --- |
21-
| DES | `0` | Represents DES Data Encryption Standard algorithm. |
22-
| TripleDES | `1` | Represents TripleDES symmetric encryption algorithm.. |
23-
| RC2 | `2` | Represents RC2 algorithm. |
2421
| Rijndael | `3` | Represents Rijndael symmetric encryption algorithm. |
25-
| AES | `4` | Represents AES (Advanced Encryption Standard) encryption algorithm. |
2622
| AESNew | `5` | Represents improved AES (Advanced Encryption Standard) encryption algorithm. |
2723

2824
### See Also

content/sites/groupdocs/signature/english/net/groupdocs.signature.domain/filetype/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ public sealed class FileType : IEquatable<FileType>
3838

3939
| Name | Description |
4040
| --- | --- |
41+
| static readonly [APNG](../../groupdocs.signature.domain/filetype/apng) | Animated Portable Network Graphics (.png) is a raster image file format that uses lossless compression. It was developed as an extension of PNG to support animation, serving as an alternative to the GIF format without copyright limitations. Learn more about this file format [here](https://wiki.fileformat.com/image/apng). |
4142
| static readonly [AZW3](../../groupdocs.signature.domain/filetype/azw3) | WordPerfect Document (.wpd) |
4243
| static readonly [BMP](../../groupdocs.signature.domain/filetype/bmp) | Bitmap Image File (.bmp) is used to store bitmap digital images. These images are independent of graphics adapter and are also called device independent bitmap (DIB) file format. Learn more about this file format [here](https://wiki.fileformat.com/image/bmp). |
4344
| static readonly [CDR](../../groupdocs.signature.domain/filetype/cdr) | CorelDraw Vector Graphic Drawing (.cdr) is a vector drawing image file that is natively created with CorelDRAW for storing digital image encoded and compressed. Such a drawing file contains text, lines, shapes, images, colours and effects for vector representation of image contents. Learn more about this file format [here](https://wiki.fileformat.com/image/cdr). |
@@ -85,6 +86,7 @@ public sealed class FileType : IEquatable<FileType>
8586
| static readonly [SevenZip](../../groupdocs.signature.domain/filetype/sevenzip) | High compressed archive (.7z) compressing files and folders with a high compression ratio. Learn more about this file format [here](https://wiki.fileformat.com/page-description-language/7z). |
8687
| static readonly [SVG](../../groupdocs.signature.domain/filetype/svg) | Scalable Vector Graphics File (.svg) is a Scalar Vector Graphics file that uses XML based text format for describing the appearance of an image. Learn more about this file format [here](https://wiki.fileformat.com/page-description-language/svg). |
8788
| static readonly [TAR](../../groupdocs.signature.domain/filetype/tar) | Unix-based utility for collecting one or more files (.tar) is a archive that can hold one or more files or directories. Learn more about this file format [here](https://docs.fileformat.com/compression/tar/). |
89+
| static readonly [TGA](../../groupdocs.signature.domain/filetype/tga) | Truevision TGA (.tga), also known as TARGA, is a raster image file format developed by Truevision Inc. It supports various color depths and optional RLE compression. TGA files are commonly used in video games, animation pipelines, and graphics applications for high-quality image rendering with optional alpha channel support. Learn more about this file format [here](https://wiki.fileformat.com/image/tga). |
8890
| static readonly [TIF](../../groupdocs.signature.domain/filetype/tif) | Tagged Image File (.tif) represents raster images that are meant for usage on a variety of devices that comply with this file format standard. It is capable of describing bilevel, grayscale, palette-color and full-color image data in several color spaces. Learn more about this file format [here](https://wiki.fileformat.com/image/tiff). |
8991
| static readonly [TIFF](../../groupdocs.signature.domain/filetype/tiff) | Tagged Image File Format (.tiff) represents raster images that are meant for usage on a variety of devices that comply with this file format standard. It is capable of describing bilevel, grayscale, palette-color and full-color image data in several color spaces. Learn more about this file format [here](https://wiki.fileformat.com/image/tiff). |
9092
| static readonly [TSV](../../groupdocs.signature.domain/filetype/tsv) | Tab Separated Values File (.tsv) represents data separated with tabs in plain text format. Learn more about this file format [here](https://wiki.fileformat.com/spreadsheet/tsv). |
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: APNG
3+
second_title: GroupDocs.Signature for .NET API Reference
4+
description: Animated Portable Network Graphics .png is a raster image file format that uses lossless compression. It was developed as an extension of PNG to support animation serving as an alternative to the GIF format without copyright limitations. Learn more about this file format herehttps//wiki.fileformat.com/image/apng.
5+
type: docs
6+
weight: 10
7+
url: /net/groupdocs.signature.domain/filetype/apng/
8+
---
9+
## FileType.APNG field
10+
11+
Animated Portable Network Graphics (.png) is a raster image file format that uses lossless compression. It was developed as an extension of PNG to support animation, serving as an alternative to the GIF format without copyright limitations. Learn more about this file format [here](https://wiki.fileformat.com/image/apng).
12+
13+
```csharp
14+
public static readonly FileType APNG;
15+
```
16+
17+
### See Also
18+
19+
* class [FileType](../../filetype)
20+
* namespace [GroupDocs.Signature.Domain](../../../groupdocs.signature.domain)
21+
* assembly [GroupDocs.Signature](../../../)
22+
23+
<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.signature.dll -->

content/sites/groupdocs/signature/english/net/groupdocs.signature.domain/filetype/azw3/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: AZW3
33
second_title: GroupDocs.Signature for .NET API Reference
44
description: WordPerfect Document .wpd
55
type: docs
6-
weight: 10
6+
weight: 20
77
url: /net/groupdocs.signature.domain/filetype/azw3/
88
---
99
## FileType.AZW3 field

content/sites/groupdocs/signature/english/net/groupdocs.signature.domain/filetype/bmp/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: BMP
33
second_title: GroupDocs.Signature for .NET API Reference
44
description: Bitmap Image File .bmp is used to store bitmap digital images. These images are independent of graphics adapter and are also called device independent bitmap DIB file format. Learn more about this file format herehttps//wiki.fileformat.com/image/bmp.
55
type: docs
6-
weight: 20
6+
weight: 30
77
url: /net/groupdocs.signature.domain/filetype/bmp/
88
---
99
## FileType.BMP field

content/sites/groupdocs/signature/english/net/groupdocs.signature.domain/filetype/cdr/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: CDR
33
second_title: GroupDocs.Signature for .NET API Reference
44
description: CorelDraw Vector Graphic Drawing .cdr is a vector drawing image file that is natively created with CorelDRAW for storing digital image encoded and compressed. Such a drawing file contains text lines shapes images colours and effects for vector representation of image contents. Learn more about this file format herehttps//wiki.fileformat.com/image/cdr.
55
type: docs
6-
weight: 30
6+
weight: 40
77
url: /net/groupdocs.signature.domain/filetype/cdr/
88
---
99
## FileType.CDR field

content/sites/groupdocs/signature/english/net/groupdocs.signature.domain/filetype/cgm/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: CGM
33
second_title: GroupDocs.Signature for .NET API Reference
44
description: Computer Graphics Metafile .cgm is a free platformindependent international standard metafile format for storing and exchanging of vector graphics 2D raster graphics and text. CGM uses objectoriented approach and many function provisions for image production. Learn more about this file format herehttps//wiki.fileformat.com/pagedescriptionlanguage/cgm.
55
type: docs
6-
weight: 40
6+
weight: 50
77
url: /net/groupdocs.signature.domain/filetype/cgm/
88
---
99
## FileType.CGM field

content/sites/groupdocs/signature/english/net/groupdocs.signature.domain/filetype/cmx/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: CMX
33
second_title: GroupDocs.Signature for .NET API Reference
44
description: CorelDRAW Metafile Exchange Image File .cmx
55
type: docs
6-
weight: 50
6+
weight: 60
77
url: /net/groupdocs.signature.domain/filetype/cmx/
88
---
99
## FileType.CMX field

content/sites/groupdocs/signature/english/net/groupdocs.signature.domain/filetype/csv/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: CSV
33
second_title: GroupDocs.Signature for .NET API Reference
44
description: Comma Separated Values File .csv represents plain text files that contain records of data with comma separated values. Learn more about this file format herehttps//wiki.fileformat.com/spreadsheet/csv.
55
type: docs
6-
weight: 60
6+
weight: 70
77
url: /net/groupdocs.signature.domain/filetype/csv/
88
---
99
## FileType.CSV field

0 commit comments

Comments
 (0)