Skip to content

Commit 9ceb934

Browse files
Update file(s) "/." from "groupdocs-metadata/Groupdocs.Metadata-References"
1 parent 4a825b8 commit 9ceb934

File tree

357 files changed

+779
-342
lines changed

Some content is hidden

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

357 files changed

+779
-342
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ version:
3232
| [GroupDocs.Metadata.Formats.Gis](./groupdocs.metadata.formats.gis) | |
3333
| [GroupDocs.Metadata.Formats.Image](./groupdocs.metadata.formats.image) | The namespace provides functionality allowing users to read and update metadata stored in different image formats. |
3434
| [GroupDocs.Metadata.Formats.Image.Dng](./groupdocs.metadata.formats.image.dng) | |
35+
| [GroupDocs.Metadata.Formats.Image.Svg](./groupdocs.metadata.formats.image.svg) | |
3536
| [GroupDocs.Metadata.Formats.Mpeg](./groupdocs.metadata.formats.mpeg) | The namespace provides functionality allowing users to work with metadata of various MPEG standards. |
3637
| [GroupDocs.Metadata.Formats.Peer2Peer](./groupdocs.metadata.formats.peer2peer) | The namespace contains classes intended to work with different formats based on the peer2peer protocol. |
3738
| [GroupDocs.Metadata.Formats.Raw](./groupdocs.metadata.formats.raw) | |

content/sites/groupdocs/metadata/english/net/groupdocs.metadata.common/fileformat/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ public enum FileFormat
6868
| Fb2 | `47` | Files with .fb2 extension are FictionBook 2.0 eBook files that contains the structure of the eBook. It is based on XML format and contains special tags for describing each element of the book. It was developed primarily for fictional writings and literature, but is not limited to these only. The format accommodates all the metadata as well as content in itself and allows flexibility for a number of operations such as automatic processing, indexing, and conversion to other formats. In short, it focuses on describing the structure of the file instead of specifying its appearance. Several applications as well as APIs are available to convert FB2 to several other formats on Windows, MacOS, and Linux. Learn more about this file format [here](https://docs.fileformat.com/ebook/fb2/). |
6969
| Mobi | `48` | The MOBI file format is one of the most widely used ebook file formats. The format is an enhancement to the old OEB (Open Ebook Format) format and was used as the proprietary format for Mobipocket Reader. |
7070
| Ogg | `49` | OGG is an Ogg Vorbis Compressed Audio File that is saved with the .ogg extension. OGG files are used for storing audio data and can include artist and track information and metadata as well. OGG is a free and open container format that is maintained by Xiph.Org Foundation. |
71+
| Svg | `50` | Scalable Vector Graphics (SVG) is an XML-based vector graphics format for defining two-dimensional graphics, having support for interactivity and animation. The SVG specification is an open standard developed by the World Wide Web Consortium since 1999. |
7172

7273
### See Also
7374

content/sites/groupdocs/metadata/english/net/groupdocs.metadata.common/filetype/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ public class FileType
112112
| static readonly [SEVENZIP](../../groupdocs.metadata.common/filetype/sevenzip) | 7z is a compressed archive file format that supports several different data compression, encryption and pre-processing algorithms. The 7z format initially appeared as implemented by the 7-Zip archiver. The 7-Zip program is publicly available under the terms of the GNU Lesser General Public License. [here](https://wiki.fileformat.com/compression/zip/). |
113113
| static readonly [SHP](../../groupdocs.metadata.common/filetype/shp) | The shapefile format is a geospatial vector data format for geographic information system (GIS) software. [here](https://docs.fileformat.com/gis/shp/). |
114114
| static readonly [STL](../../groupdocs.metadata.common/filetype/stl) | STL is a file format native to the stereolithography CAD software created by 3D Systems. Chuck Hull, the inventor of stereolithography and 3D Systemsfounder, reports that the file extension is an abbreviation for stereolithography. [here](https://wiki.fileformat.com/3d/stl/). |
115+
| static readonly [SVG](../../groupdocs.metadata.common/filetype/svg) | An SVG file is a Scalar Vector Graphics file that uses XML based text format for describing the appearance of an image. The word Scalable refers to the fact that the SVG can be scaled to different sizes without losing any quality. Text-based description of such files makes them independent of resolution. It is one of the most used formats for building a website and print graphics in order to achieve scalability. The format can only be used for two-dimensional graphics though. SVG files can be viewed/opened in almost all modern browsers including Chrome, Internet Explorer, Firefox, and Safari. Learn more about this file format [here](https://docs.fileformat.com/image/svg/). |
115116
| static readonly [TAR](../../groupdocs.metadata.common/filetype/tar) | In computing, tar is a computer software utility for collecting many files into one archive file, often referred to as a tarball, for distribution or backup purposes. [here](https://wiki.fileformat.com/compression/tar/). |
116117
| static readonly [THREEDS](../../groupdocs.metadata.common/filetype/threeds) | A file with .3ds extension represents 3D Sudio (DOS) mesh file format used by Autodesk 3D Studio. Autodesk 3D Studio has been in 3D file format market since 1990s and has now evolved to 3D Studio MAX for working with 3D modeling, animation and rendering. [here](https://wiki.fileformat.com/3d/3ds/). |
117118
| static readonly [TIF](../../groupdocs.metadata.common/filetype/tif) | TIFF or TIF, Tagged Image File Format, represents raster images that are meant for usage on a variety of devices that comply with this file format standard. Learn more about this file format [here](https://wiki.fileformat.com/image/tiff/). |

content/sites/groupdocs/metadata/english/net/groupdocs.metadata.common/filetype/description/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Description
33
second_title: GroupDocs.Metadata for .NET API Reference
44
description: Gets the file type description.
55
type: docs
6-
weight: 1100
6+
weight: 1110
77
url: /net/groupdocs.metadata.common/filetype/description/
88
---
99
## FileType.Description property

content/sites/groupdocs/metadata/english/net/groupdocs.metadata.common/filetype/extension/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Extension
33
second_title: GroupDocs.Metadata for .NET API Reference
44
description: Gets the file extension.
55
type: docs
6-
weight: 1110
6+
weight: 1120
77
url: /net/groupdocs.metadata.common/filetype/extension/
88
---
99
## FileType.Extension property

content/sites/groupdocs/metadata/english/net/groupdocs.metadata.common/filetype/fileformat/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: FileFormat
33
second_title: GroupDocs.Metadata for .NET API Reference
44
description: Gets the file format.
55
type: docs
6-
weight: 1120
6+
weight: 1130
77
url: /net/groupdocs.metadata.common/filetype/fileformat/
88
---
99
## FileType.FileFormat property

content/sites/groupdocs/metadata/english/net/groupdocs.metadata.common/filetype/fromextension/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: FromExtension
33
second_title: GroupDocs.Metadata for .NET API Reference
44
description: Gets FileType for provided fileExtension
55
type: docs
6-
weight: 1090
6+
weight: 1100
77
url: /net/groupdocs.metadata.common/filetype/fromextension/
88
---
99
## FileType.FromExtension method

content/sites/groupdocs/metadata/english/net/groupdocs.metadata.common/filetype/getsupportedfiletypes/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: GetSupportedFileTypes
33
second_title: GroupDocs.Metadata for .NET API Reference
44
description: Retrieves supported file types.
55
type: docs
6-
weight: 1140
6+
weight: 1150
77
url: /net/groupdocs.metadata.common/filetype/getsupportedfiletypes/
88
---
99
## FileType.GetSupportedFileTypes method
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: SVG
3+
second_title: GroupDocs.Metadata for .NET API Reference
4+
description: An SVG file is a Scalar Vector Graphics file that uses XML based text format for describing the appearance of an image. The word Scalable refers to the fact that the SVG can be scaled to different sizes without losing any quality. Textbased description of such files makes them independent of resolution. It is one of the most used formats for building a website and print graphics in order to achieve scalability. The format can only be used for twodimensional graphics though. SVG files can be viewed/opened in almost all modern browsers including Chrome Internet Explorer Firefox and Safari. Learn more about this file format herehttps//docs.fileformat.com/image/svg/.
5+
type: docs
6+
weight: 790
7+
url: /net/groupdocs.metadata.common/filetype/svg/
8+
---
9+
## FileType.SVG field
10+
11+
An SVG file is a Scalar Vector Graphics file that uses XML based text format for describing the appearance of an image. The word Scalable refers to the fact that the SVG can be scaled to different sizes without losing any quality. Text-based description of such files makes them independent of resolution. It is one of the most used formats for building a website and print graphics in order to achieve scalability. The format can only be used for two-dimensional graphics though. SVG files can be viewed/opened in almost all modern browsers including Chrome, Internet Explorer, Firefox, and Safari. Learn more about this file format [here](https://docs.fileformat.com/image/svg/).
12+
13+
```csharp
14+
public static readonly FileType SVG;
15+
```
16+
17+
### See Also
18+
19+
* class [FileType](../../filetype)
20+
* namespace [GroupDocs.Metadata.Common](../../../groupdocs.metadata.common)
21+
* assembly [GroupDocs.Metadata](../../../)
22+
23+
<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.metadata.dll -->

content/sites/groupdocs/metadata/english/net/groupdocs.metadata.common/filetype/tar/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: TAR
33
second_title: GroupDocs.Metadata for .NET API Reference
44
description: In computing tar is a computer software utility for collecting many files into one archive file often referred to as a tarball for distribution or backup purposes. herehttps//wiki.fileformat.com/compression/tar/.
55
type: docs
6-
weight: 790
6+
weight: 800
77
url: /net/groupdocs.metadata.common/filetype/tar/
88
---
99
## FileType.TAR field

0 commit comments

Comments
 (0)