Skip to main content

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

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

See Also