PdfViewer.Commands Property
In This Article
Returns the collection of PDF viewer commands.
Namespace: DevExpress.Maui.Pdf
Assembly: DevExpress.Maui.Pdf.dll
NuGet Package: DevExpress.Maui.Pdf
#Declaration
C#
public PdfViewerCommands Commands { get; }
#Property Value
Type | Description |
---|---|
Pdf |
The collection of PDF viewer commands. |
See Also