-
Notifications
You must be signed in to change notification settings - Fork 22
960253: Add a view for the custom stamp in SfPdfViewer #3313
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
Conversation
DOCINFRA-2341_merged_using_automation
DOCINFRA-2341_merged_using_automation
DOCINFRA-2341_merged_using_automation
DOCINFRA-2341_merged_using_automation
DOCINFRA-2341_merged_using_automation
Build Status: INPROGRESS 🔃 |
Build Status: INPROGRESS 🔃 |
Build Status: INPROGRESS 🔃 |
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 🔃 |
Build Status: INPROGRESS 🔃 |
MAUI/PDF-Viewer/Stamps.md
Outdated
@@ -112,6 +112,48 @@ void AddCustomStampAnnotation() | |||
{% endhighlight %} | |||
{% endtabs %} | |||
|
|||
### Add view as a custom stamp without using toolbar |
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.
Add the below here and for the PR,
"Add a view as custom stamps without using the toolbar"
Build Status: INPROGRESS 🔃 |
MAUI/PDF-Viewer/Stamps.md
Outdated
{% endhighlight %} | ||
{% endtabs %} | ||
|
||
### Limitations |
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.
This needs to be added in Notes
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.
Changed the content from limitation to notes
Build Status: INPROGRESS 🔃 |
|
||
{% tabs %} | ||
{% highlight C# %} | ||
StampAnnotation CreateCustomStamp() |
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 confirm that this code directly copy pasted from a workable sample in Visual Studio or VS Code?
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.
copy paste from a workable sample in visual studio
Task Link:
https://dev.azure.com/EssentialStudio/Mobile%20and%20Desktop/_workitems/edit/960253/
Description:
UG documentation has been added for add a view as custom stamps without using the toolbars in the.NET MAUI PDF Viewer.