Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PdfViewerStringId Enum

Contains values corresponding to strings that can be localized.

Namespace: DevExpress.Maui.Pdf

Assembly: DevExpress.Maui.Pdf.dll

NuGet Package: DevExpress.Maui.Pdf

#Declaration

C#
public enum PdfViewerStringId

#Members

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

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

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.

See Also