Skip to content

Commit 7620dd6

Browse files
Update file(s) "/." from "groupdocs-metadata/Groupdocs.Metadata-References"
1 parent 84d8eee commit 7620dd6

File tree

421 files changed

+556
-416
lines changed

Some content is hidden

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

421 files changed

+556
-416
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ The namespace provides functionality intended to work with a variety of document
5757
| Enumeration | Description |
5858
| --- | --- |
5959
| [DiagramFormat](./diagramformat) | Defines various diagram subformats. |
60+
| [PdfFormat](./pdfformat) | Represents supported PDF format standards and versions. |
6061
| [PresentationFormat](./presentationformat) | Defines various presentation subformats. |
6162
| [SpreadsheetFormat](./spreadsheetformat) | Defines various spreadsheet subformats. |
6263
| [WordProcessingFormat](./wordprocessingformat) | Defines various word processing document subformats. |
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
---
2+
title: PdfFormat
3+
second_title: GroupDocs.Metadata for .NET API Reference
4+
description: Represents supported PDF format standards and versions.
5+
type: docs
6+
weight: 1190
7+
url: /net/groupdocs.metadata.formats.document/pdfformat/
8+
---
9+
## PdfFormat enumeration
10+
11+
Represents supported PDF format standards and versions.
12+
13+
```csharp
14+
public enum PdfFormat
15+
```
16+
17+
### Values
18+
19+
| Name | Value | Description |
20+
| --- | --- | --- |
21+
| PdfA1A | `0` | Represents the PDF/A-1a format. |
22+
| PdfA1B | `1` | Represents the PDF/A-1b format. |
23+
| PdfA2A | `2` | Represents the PDF/A-2a format. |
24+
| PdfA3A | `3` | Represents the PDF/A-3a format. |
25+
| PdfA2B | `4` | Represents the PDF/A-2b format. |
26+
| PdfA2U | `5` | Represents the PDF/A-2u format. |
27+
| PdfA3B | `6` | Represents the PDF/A-3b format. |
28+
| PdfA3U | `7` | Represents the PDF/A-3u format. |
29+
| Pdf10 | `8` | Represents the PDF 1.0 format. |
30+
| Pdf11 | `9` | Represents the PDF 1.1 format. |
31+
| Pdf12 | `10` | Represents the PDF 1.2 format. |
32+
| Pdf13 | `11` | Represents the PDF 1.3 format. |
33+
| Pdf14 | `12` | Represents the PDF 1.4 format. |
34+
| Pdf15 | `13` | Represents the PDF 1.5 format. |
35+
| Pdf16 | `14` | Represents the PDF 1.6 format. |
36+
| Pdf17 | `15` | Represents the PDF 1.7 format. |
37+
| Pdf20 | `16` | Represents the PDF 2.0 format. |
38+
| PdfUa1 | `17` | Represents the PDF/UA-1 (Universal Accessibility) format. |
39+
| PdfX1A2001 | `18` | Represents the PDF/X-1a:2001 format. |
40+
| PdfX1A | `19` | Represents the PDF/X-1a format. |
41+
| PdfX3 | `20` | Represents the PDF/X-3 format. |
42+
| ZugFeRD | `21` | Represents the ZUGFeRD format (electronic invoice standard based on PDF). |
43+
| PdfA4 | `22` | Represents the PDF/A-4 format. |
44+
| PdfA4E | `23` | Represents the PDF/A-4e format (engineering). |
45+
| PdfA4F | `24` | Represents the PDF/A-4f format (file attachments). |
46+
| PdfX4 | `25` | Represents the PDF/X-4 format. |
47+
| Unknown | `26` | Represents an unknown or unsupported PDF format. |
48+
49+
### See Also
50+
51+
* namespace [GroupDocs.Metadata.Formats.Document](../../groupdocs.metadata.formats.document)
52+
* assembly [GroupDocs.Metadata](../../)
53+
54+
<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.metadata.dll -->

content/sites/groupdocs/metadata/english/net/groupdocs.metadata.formats.document/pdfinspectionpackage/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: PdfInspectionPackage
33
second_title: GroupDocs.Metadata for .NET API Reference
44
description: Contains information about PDF document parts that can be considered as metadata in some cases.
55
type: docs
6-
weight: 1190
6+
weight: 1200
77
url: /net/groupdocs.metadata.formats.document/pdfinspectionpackage/
88
---
99
## PdfInspectionPackage class

content/sites/groupdocs/metadata/english/net/groupdocs.metadata.formats.document/pdfpackage/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: PdfPackage
33
second_title: GroupDocs.Metadata for .NET API Reference
44
description: Represents native metadata in a PDF document.
55
type: docs
6-
weight: 1200
6+
weight: 1210
77
url: /net/groupdocs.metadata.formats.document/pdfpackage/
88
---
99
## PdfPackage class

content/sites/groupdocs/metadata/english/net/groupdocs.metadata.formats.document/pdfrootpackage/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: PdfRootPackage
33
second_title: GroupDocs.Metadata for .NET API Reference
44
description: Represents the root package allowing working with metadata in a PDF document.
55
type: docs
6-
weight: 1210
6+
weight: 1220
77
url: /net/groupdocs.metadata.formats.document/pdfrootpackage/
88
---
99
## PdfRootPackage class

content/sites/groupdocs/metadata/english/net/groupdocs.metadata.formats.document/pdftypepackage/_index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: PdfTypePackage
33
second_title: GroupDocs.Metadata for .NET API Reference
44
description: Represents a metadata package containing PDFspecific file format information.
55
type: docs
6-
weight: 1220
6+
weight: 1230
77
url: /net/groupdocs.metadata.formats.document/pdftypepackage/
88
---
99
## PdfTypePackage class
@@ -21,10 +21,13 @@ public class PdfTypePackage : FileTypePackage
2121
| [Count](../../groupdocs.metadata.common/metadatapackage/count) { get; } | Gets the number of metadata properties. |
2222
| [Extension](../../groupdocs.metadata.common/filetypepackage/extension) { get; } | Gets the file extension. |
2323
| [FileFormat](../../groupdocs.metadata.common/filetypepackage/fileformat) { get; } | Gets the file format. |
24+
| [IsPdfA](../../groupdocs.metadata.formats.document/pdftypepackage/ispdfa) { get; } | Gets a value indicating whether the document conforms to any PDF/A standard. |
25+
| [IsPdfX](../../groupdocs.metadata.formats.document/pdftypepackage/ispdfx) { get; } | Gets a value indicating whether the document conforms to any PDF/X standard. |
2426
| [Item](../../groupdocs.metadata.common/metadatapackage/item) { get; } | Gets the [`MetadataProperty`](../../groupdocs.metadata.common/metadataproperty) with the specified name. |
2527
| [Keys](../../groupdocs.metadata.common/metadatapackage/keys) { get; } | Gets a collection of the metadata property names. |
2628
| [MetadataType](../../groupdocs.metadata.common/metadatapackage/metadatatype) { get; } | Gets the metadata type. |
2729
| [MimeType](../../groupdocs.metadata.common/filetypepackage/mimetype) { get; } | Gets the MIME type. |
30+
| [PdfFormat](../../groupdocs.metadata.formats.document/pdftypepackage/pdfformat) { get; } | Gets the detected PDF format. |
2831
| [PropertyDescriptors](../../groupdocs.metadata.common/metadatapackage/propertydescriptors) { get; } | Gets a collection of descriptors that contain information about properties accessible through the GroupDocs.Metadata search engine. |
2932
| [Version](../../groupdocs.metadata.formats.document/pdftypepackage/version) { get; } | Gets the version of the format. |
3033

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: IsPdfA
3+
second_title: GroupDocs.Metadata for .NET API Reference
4+
description: Gets a value indicating whether the document conforms to any PDF/A standard.
5+
type: docs
6+
weight: 10
7+
url: /net/groupdocs.metadata.formats.document/pdftypepackage/ispdfa/
8+
---
9+
## PdfTypePackage.IsPdfA property
10+
11+
Gets a value indicating whether the document conforms to any PDF/A standard.
12+
13+
```csharp
14+
public bool IsPdfA { get; }
15+
```
16+
17+
### Property Value
18+
19+
`true` if the document is identified as PDF/A; otherwise, `false`.
20+
21+
### See Also
22+
23+
* class [PdfTypePackage](../../pdftypepackage)
24+
* namespace [GroupDocs.Metadata.Formats.Document](../../../groupdocs.metadata.formats.document)
25+
* assembly [GroupDocs.Metadata](../../../)
26+
27+
<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.metadata.dll -->
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: IsPdfX
3+
second_title: GroupDocs.Metadata for .NET API Reference
4+
description: Gets a value indicating whether the document conforms to any PDF/X standard.
5+
type: docs
6+
weight: 20
7+
url: /net/groupdocs.metadata.formats.document/pdftypepackage/ispdfx/
8+
---
9+
## PdfTypePackage.IsPdfX property
10+
11+
Gets a value indicating whether the document conforms to any PDF/X standard.
12+
13+
```csharp
14+
public bool IsPdfX { get; }
15+
```
16+
17+
### Property Value
18+
19+
`true` if the document is identified as PDF/X; otherwise, `false`.
20+
21+
### See Also
22+
23+
* class [PdfTypePackage](../../pdftypepackage)
24+
* namespace [GroupDocs.Metadata.Formats.Document](../../../groupdocs.metadata.formats.document)
25+
* assembly [GroupDocs.Metadata](../../../)
26+
27+
<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.metadata.dll -->
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: PdfFormat
3+
second_title: GroupDocs.Metadata for .NET API Reference
4+
description: Gets the detected PDF format.
5+
type: docs
6+
weight: 30
7+
url: /net/groupdocs.metadata.formats.document/pdftypepackage/pdfformat/
8+
---
9+
## PdfTypePackage.PdfFormat property
10+
11+
Gets the detected PDF format.
12+
13+
```csharp
14+
public PdfFormat PdfFormat { get; }
15+
```
16+
17+
### Property Value
18+
19+
The detected PDF format.
20+
21+
### See Also
22+
23+
* enum [PdfFormat](../../pdfformat)
24+
* class [PdfTypePackage](../../pdftypepackage)
25+
* namespace [GroupDocs.Metadata.Formats.Document](../../../groupdocs.metadata.formats.document)
26+
* assembly [GroupDocs.Metadata](../../../)
27+
28+
<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.metadata.dll -->

content/sites/groupdocs/metadata/english/net/groupdocs.metadata.formats.document/pdftypepackage/version/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Version
33
second_title: GroupDocs.Metadata for .NET API Reference
44
description: Gets the version of the format.
55
type: docs
6-
weight: 10
6+
weight: 40
77
url: /net/groupdocs.metadata.formats.document/pdftypepackage/version/
88
---
99
## PdfTypePackage.Version property

0 commit comments

Comments
 (0)