-
Notifications
You must be signed in to change notification settings - Fork 10
998164 - Update the UG for new features #1947
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: development
Are you sure you want to change the base?
Conversation
|
Build Status: INPROGRESS 🔃 |
|
The running CI Job is terminated due to changes committed on the source branch for this Merge Request and CI triggered for latest commit. |
|
CI Status: ABORTED ❌ |
|
Build Status: INPROGRESS 🔃 |
|
CI Status: FAILURE ❌ |
| PdfViewer.RedactionMode = RedactionMode.Text; | ||
| } | ||
|
|
||
| // Enable or activate the selected-area redaction mode. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
selected-area -> area
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have changed it to area
| 3. Drag the finger (or cursor) across the text to select. | ||
| 4. Complete adding the region to the selected text or area by releasing the finger (or cursor). | ||
| 5. Once you have done that, set the `RedactionMode` to None. It will disable the redaction mode and save the marked region for redaction. | ||
| 6. You can later redact the marked region programmatically. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you explain 6th point here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @immankumarsync , I have changed this point to "You can later redact the marked regions using RedactAsync method."
|
|
||
| {% tabs %} | ||
| {% highlight C# %} | ||
| void RemoveSpecificRedactionMark() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
RemoveSelectedRedactionMark
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have changed it to RemoveSelectedRedactionMark
|
|
||
| {% tabs %} | ||
| {% highlight C# %} | ||
| private void CustomizeDefaultRedactionSettings_Button_Clicked(object sender, EventArgs e) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CustomizeDefaultRedactionSettings_Button_Clicked - can we change this method to a normal method?
like -> CustomizeDefaultRedactionSettings()
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have changed it to method CustomizeDefaultRedactionSettings()
|
Build Status: INPROGRESS 🔃 |
|
The running CI Job is terminated due to changes committed on the source branch for this Merge Request and CI triggered for latest commit. |
|
CI Status: ABORTED ❌ |
|
Build Status: INQUEUE 🕒 |
|
Build Status: INPROGRESS 🔃 |
|
CI Status: FAILURE ❌ |
Updated the UG for the below features: