You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/sites/groupdocs/redaction/english/java/_index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ weight: 11
5
5
url: /java/
6
6
description: GroupDocs.Redaction for Java API References contain examples, code snippets, and API documentation. It provides packages, classes, interfaces, and other API details.
Copy file name to clipboardExpand all lines: content/sites/groupdocs/redaction/english/java/com.groupdocs.redaction.options/loadoptions/_index.md
+41Lines changed: 41 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,12 +48,15 @@ The following example demonstrates how to open password-protected document.
48
48
|[LoadOptions(String password)](#LoadOptions-java.lang.String-)| Initializes a new instance of LoadOptions class with specified password. |
49
49
|[LoadOptions(boolean preRasterize)](#LoadOptions-boolean-)| Initializes a new instance of LoadOptions class with specified pre-rasterization flag. |
50
50
|[LoadOptions(String password, boolean preRasterize)](#LoadOptions-java.lang.String-boolean-)| Initializes a new instance of LoadOptions class with specified password. |
51
+
|[LoadOptions(String password, boolean preRasterize, DocumentFormatConfiguration documentFormatConfiguration)](#LoadOptions-java.lang.String-boolean-com.groupdocs.redaction.configuration.DocumentFormatConfiguration-)| Initializes a new instance of LoadOptions class with specified password. |
51
52
## Methods
52
53
53
54
| Method | Description |
54
55
| --- | --- |
55
56
|[getPassword()](#getPassword--)| Gets a password for password-protected documents. |
56
57
|[setPassword(String value)](#setPassword-java.lang.String-)| Sets a password for password-protected documents. |
58
+
|[getDocumentFormatConfiguration()](#getDocumentFormatConfiguration--)| Gets a document format configuration. |
59
+
|[setDocumentFormatConfiguration(DocumentFormatConfiguration value)](#setDocumentFormatConfiguration-com.groupdocs.redaction.configuration.DocumentFormatConfiguration-)| Sets a document format configuration. |
57
60
|[getPreRasterize()](#getPreRasterize--)| Gets a value, indicating if the file is to be pre-rasterized. |
58
61
|[setPreRasterize(boolean value)](#setPreRasterize-boolean-)| Sets a value, indicating if the file is to be pre-rasterized. |
59
62
### LoadOptions() {#LoadOptions--}
@@ -104,6 +107,21 @@ Initializes a new instance of LoadOptions class with specified password.
104
107
| password | java.lang.String | Password for protected files |
105
108
| preRasterize | boolean | If true, force rasteization on loading |
0 commit comments