maui-devexpress-dot-maui-dot-pdf-816af907.md
Contains values corresponding to strings that can be localized.
Namespace : DevExpress.Maui.Pdf
Assembly : DevExpress.Maui.Pdf.dll
NuGet Package : DevExpress.Maui.Pdf
public enum PdfViewerStringId
| Name | Description |
|---|---|
MessageSearchFinished |
Finished searching throughout the document. No more matches were found.
|
| MessageSearchFinishedNoMatchesFound |
Finished searching throughout the document. No matches were found.
|
| MessageErrorTitle |
Error
|
| MessageIncorrectPassword | |
| MessageLoadingError |
Unable to load the PDF document because the following file is not available or it is not a valid PDF document.
|
| PageCounter_GoToPage |
Go to page
|
| PasswordRequest_ProtectedPDF |
Protected PDF file
|
| PasswordRequest_EnterPassword |
Enter the password to open this document:
|
| PasswordRequest_Placeholder |
Password
|
| Button_Apply |
Apply
|
| Button_Cancel |
Cancel
|
| Button_Open |
Open
|
| Button_Clear |
Clear
|
| Button_Save |
Save
|
| Button_OK |
OK
|
| Button_Add |
Add
|
| Button_Done | |
| Button_Yes | |
| Button_No | |
| ShareFileTitle | |
| PickFileTitle | |
| Prompt_OpenWebPageTitle | |
| Prompt_OpenWebPageMessage | |
| Prompt_OpenDocumentTitle | |
| Prompt_OpenDocumentMessage | |
| PasswordRequest_DocumentName | |
| HighlightAnnotationSubject |
Highlight
|
| UnderlineAnnotationSubject |
Underline
|
| SquiggleAnnotationSubject |
Squiggle
|
| StrikethroughAnnotationSubject |
Strikethrough
|
| FreeTextAnnotationSubject |
Text
|
| CircleAnnotationSubject |
Circle
|
| SquareAnnotationSubject |
Square
|
| InkAnnotationSubject |
Drawing
|
| StickyAnnotationSubject |
Sticky Note
|
| AnnotationAuthor |
Guest
|
| AddStickyNoteHint |
Tap the page to add a comment
|
| AddFreeTextHint |
Draw a rectangle on the page to add text
|
| AddComment |
New Comment
|
| AddReply |
Add Reply
|
| NewComment |
New Comment
|
| AnnotationsPageTitle |
Annotations
|
| Signatures |
Signatures
|
| NewSignaturePageTitle |
New Signature
|
| NewSignaturePlaceholder |
Sign Here
|
| NoSignaturesFound |
No signatures found. Tap Add to create a signature.
|
YieldIfNotNull<PdfViewerStringId>()
See Also