ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,553 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
string deviceInfo =
"<DeviceInfo>" +
" <OutputFormat>jpeg</OutputFormat>" +
" <PageWidth>9.1in</PageWidth>" +
" <PageHeight>10.05in</PageHeight>" +
" <MarginTop>0.5in</MarginTop>" +
" <MarginLeft>1in</MarginLeft>" +
" <MarginRight>1in</MarginRight>" +
" <MarginBottom>0.5in</MarginBottom>" +
"</DeviceInfo>";
how can i use this device info in asp.net core mvc