Hi Nicolas,
Thanks for contacting Syncfusion support.
We can get the page size details using documentLoad event. Please refer to the below sample and code snippet,
Code Snippet:
|
<SfPdfViewerServer @ref="@PDFViewer" DocumentPath="@DocumentPath" > <PdfViewerEvents DocumentLoaded="@documentLoad"></PdfViewerEvents> </SfPdfViewerServer>
private void documentLoad(LoadEventArgs args)
{
} |
Kindly try this and revert to us with more details if you have any concerns about this.
Regards,
Vasugi