FrameDocumentPage.xaml 734 B

123456789101112131415161718
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <mobile:MobilePage
  3. xmlns="http://xamarin.com/schemas/2014/forms"
  4. xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
  5. xmlns:syncfusion="clr-namespace:Syncfusion.SfPdfViewer.XForms;assembly=Syncfusion.SfPdfViewer.XForms"
  6. xmlns:material="clr-namespace:XF.Material.Forms.UI;assembly=XF.Material"
  7. xmlns:local="clr-namespace:PRS.Mobile"
  8. xmlns:mobile="clr-namespace:InABox.Mobile;assembly=InABox.Mobile.Shared"
  9. material:MaterialNavigationPage.AppBarTitleTextFontSize="16.0"
  10. x:Class="PRS.Mobile.FrameDocumentPage"
  11. >
  12. <mobile:MobilePage.PageContent>
  13. <syncfusion:SfPdfViewer x:Name="pdf"/>
  14. </mobile:MobilePage.PageContent>
  15. </mobile:MobilePage>