Skip to content

Commit 2511e4d

Browse files
Update file(s) "/." from "groupdocs-signature/Groupdocs.Signature-References"
1 parent a31629f commit 2511e4d

11 files changed

Lines changed: 79 additions & 8 deletions

File tree

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: "24.12.3"
8+
version: "25.1"
99
---
1010

1111
## Namespaces

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ public class DigitalSignOptions : ImageSignOptions
6060
| [Stretch](../../groupdocs.signature.options/imagesignoptions/stretch) { getset; } | Stretch mode on Document Page. |
6161
| virtual [Top](../../groupdocs.signature.options/imagesignoptions/top) { getset; } | Top Y Position of Signature on Document Page in Measure values (pixels, percents or millimeters see [`MeasureType`](../../groupdocs.signature.domain/measuretype) LocationMeasureType). (works if vertical alignment is not specified). |
6262
| [Transparency](../../groupdocs.signature.options/imagesignoptions/transparency) { getset; } | Gets or sets the signature transparency (value from 0.0 (opaque) through 1.0 (clear)). Default value is 0 (opaque). |
63+
| [UseLtv](../../groupdocs.signature.options/digitalsignoptions/useltv) { getset; } | Gets/sets ltv(Long Term Validation) validation flag. |
6364
| [VerticalAlignment](../../groupdocs.signature.options/imagesignoptions/verticalalignment) { getset; } | Vertical alignment of signature on document page. |
6465
| [Visible](../../groupdocs.signature.options/digitalsignoptions/visible) { getset; } | Gets or sets the visibility of signature. |
6566
| [Width](../../groupdocs.signature.options/imagesignoptions/width) { getset; } | Width of Signature on Document Page in Measure values (pixels, percents or millimeters [`MeasureType`](../../groupdocs.signature.domain/measuretype) SizeMeasureType). |
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: UseLtv
3+
second_title: GroupDocs.Signature for .NET API Reference
4+
description: Gets/sets ltvLong Term Validation validation flag.
5+
type: docs
6+
weight: 90
7+
url: /net/groupdocs.signature.options/digitalsignoptions/useltv/
8+
---
9+
## DigitalSignOptions.UseLtv property
10+
11+
Gets/sets ltv(Long Term Validation) validation flag.
12+
13+
```csharp
14+
public bool UseLtv { get; set; }
15+
```
16+
17+
### See Also
18+
19+
* class [DigitalSignOptions](../../digitalsignoptions)
20+
* namespace [GroupDocs.Signature.Options](../../../groupdocs.signature.options)
21+
* assembly [GroupDocs.Signature](../../../)
22+
23+
<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.signature.dll -->

content/sites/groupdocs/signature/english/net/groupdocs.signature.options/digitalsignoptions/visible/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Visible
33
second_title: GroupDocs.Signature for .NET API Reference
44
description: Gets or sets the visibility of signature.
55
type: docs
6-
weight: 90
6+
weight: 100
77
url: /net/groupdocs.signature.options/digitalsignoptions/visible/
88
---
99
## DigitalSignOptions.Visible property

content/sites/groupdocs/signature/english/net/groupdocs.signature.options/digitalsignoptions/xadestype/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: XAdESType
33
second_title: GroupDocs.Signature for .NET API Reference
44
description: XAdES type XAdESTypegroupdocs.signature.options/digitalsignoptions/xadestype. Default value is None XAdES is off. At this moment XAdES signature type is supported only for Spreadsheet documents.
55
type: docs
6-
weight: 100
6+
weight: 110
77
url: /net/groupdocs.signature.options/digitalsignoptions/xadestype/
88
---
99
## DigitalSignOptions.XAdESType property

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,14 @@ public class LoadOptions
1818

1919
| Name | Description |
2020
| --- | --- |
21-
| [LoadOptions](loadoptions)() | Initializes a new instance of LoadOptions class. |
21+
| [LoadOptions](loadoptions#constructor)() | Initializes a new instance of LoadOptions class. |
22+
| [LoadOptions](loadoptions#constructor_1)(FileType) | Initializes a new instance of the [`LoadOptions`](../loadoptions) class with a specified file type. |
2223

2324
## Properties
2425

2526
| Name | Description |
2627
| --- | --- |
28+
| [FileType](../../groupdocs.signature.options/loadoptions/filetype) { get; set; } | Gets or sets the file type associated with the load options. |
2729
| [LoadExternalResources](../../groupdocs.signature.options/loadoptions/loadexternalresources) { getset; } | Gets or sets options that specifies if external document resources should be loaded. This option with disabled value (false) allows to save loading time for the documents with many or large external resource links. By default value is enabled (true). |
2830
| [Password](../../groupdocs.signature.options/loadoptions/password) { getset; } | Gets or sets password to open a protected document. It will be also used to save signed document as protected. |
2931
| [Permissions](../../groupdocs.signature.options/loadoptions/permissions) { get; } | The PDF document permissions such as printing, modification and data extraction.Only for PDF documents. |
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: FileType
3+
second_title: GroupDocs.Signature for .NET API Reference
4+
description: Gets or sets the file type associated with the load options.
5+
type: docs
6+
weight: 20
7+
url: /net/groupdocs.signature.options/loadoptions/filetype/
8+
---
9+
## LoadOptions.FileType property
10+
11+
Gets or sets the file type associated with the load options.
12+
13+
```csharp
14+
public FileType FileType { get; set; }
15+
```
16+
17+
### Property Value
18+
19+
The file type, defaulting to [`Unknown`](../../../groupdocs.signature.domain/filetype/unknown).
20+
21+
### See Also
22+
23+
* class [FileType](../../../groupdocs.signature.domain/filetype)
24+
* class [LoadOptions](../../loadoptions)
25+
* namespace [GroupDocs.Signature.Options](../../../groupdocs.signature.options)
26+
* assembly [GroupDocs.Signature](../../../)
27+
28+
<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.signature.dll -->

content/sites/groupdocs/signature/english/net/groupdocs.signature.options/loadoptions/loadexternalresources/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: LoadExternalResources
33
second_title: GroupDocs.Signature for .NET API Reference
44
description: Gets or sets options that specifies if external document resources should be loaded. This option with disabled value false allows to save loading time for the documents with many or large external resource links. By default value is enabled true.
55
type: docs
6-
weight: 20
6+
weight: 30
77
url: /net/groupdocs.signature.options/loadoptions/loadexternalresources/
88
---
99
## LoadOptions.LoadExternalResources property

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

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ type: docs
66
weight: 10
77
url: /net/groupdocs.signature.options/loadoptions/loadoptions/
88
---
9-
## LoadOptions constructor
9+
## LoadOptions() {#constructor}
1010

1111
Initializes a new instance of LoadOptions class.
1212

@@ -20,4 +20,21 @@ public LoadOptions()
2020
* namespace [GroupDocs.Signature.Options](../../../groupdocs.signature.options)
2121
* assembly [GroupDocs.Signature](../../../)
2222

23+
---
24+
25+
## LoadOptions(FileType) {#constructor_1}
26+
27+
Initializes a new instance of the [`LoadOptions`](../../loadoptions) class with a specified file type.
28+
29+
```csharp
30+
public LoadOptions(FileType fileType)
31+
```
32+
33+
### See Also
34+
35+
* class [FileType](../../../groupdocs.signature.domain/filetype)
36+
* class [LoadOptions](../../loadoptions)
37+
* namespace [GroupDocs.Signature.Options](../../../groupdocs.signature.options)
38+
* assembly [GroupDocs.Signature](../../../)
39+
2340
<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.signature.dll -->

content/sites/groupdocs/signature/english/net/groupdocs.signature.options/loadoptions/password/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Password
33
second_title: GroupDocs.Signature for .NET API Reference
44
description: Gets or sets password to open a protected document. It will be also used to save signed document as protected.
55
type: docs
6-
weight: 30
6+
weight: 40
77
url: /net/groupdocs.signature.options/loadoptions/password/
88
---
99
## LoadOptions.Password property

0 commit comments

Comments
 (0)