Group: Forum Members
Last Active: Last Year
Posts: 2,
Visits: 22
|
Please check this code ... All option set in dialog except the width and height . Where is my mistake ? & nbsp ; Dim MyPage As New NPdfExporter ( NDrawingDocument1 ) With { & nbsp ;& nbsp ;& nbsp ;& nbsp ;. Layout = PagedLayout . FitToPages , & nbsp ;& nbsp ;& nbsp ;& nbsp ;. CompressContents = False , & nbsp ;& nbsp ;& nbsp ;& nbsp ;. PageRows = 1 , & nbsp ;& nbsp ;& nbsp ;& nbsp ;. PageColumns = 1 , & nbsp ;& nbsp ;& nbsp ;& nbsp ;. Resolution = 300 , & nbsp ;& nbsp ;& nbsp ;& nbsp ;. ZoomPercent = 100 , & nbsp ;& nbsp ;& nbsp ;& nbsp ;. PageSize = New NSizeF ( 842 , 595 ) & nbsp ;& nbsp ;& nbsp ; } & nbsp ;& nbsp ; MyPage . ShowDialog () The width and height 0 ....
|
Group: Forum Members
Last Active: Last Month
Posts: 3,055,
Visits: 4,055
|
Hello Gerak , We couldn ' t figure our what the problem is from your post . Can you please explain what ' s the issue you are experiencing and send us a sample project that demonstrates it ? We will then be able to analyze your code and tell you what ' s wrong and how to fix it . Thank you !
Best Regards, Nevron Support Team
|
Group: Forum Members
Last Active: Last Year
Posts: 2,
Visits: 22
|
73% of original size (was 692x19) - Click to enlarge  Hi , After my previous code coming this dialog . Not updating the width and height object in page setup .... Thank you Sandor
|
Group: Forum Members
Last Active: Last Month
Posts: 3,055,
Visits: 4,055
|
Thank you for the sample code and the screenshot . We found a bug with the Nevron Diagram ' s PDF export dialog . The issue is now fixed and the fix will be included in the next service pack of Nevron Vision . We also recommend you take a look at our latest diagramming solution - NOV Diagram. It contains a lot of improvements and new features such as : - better architecture and API
- cross-platform diagramming component which you can use in Windows (WinForms, WPF), Mac (Xamarin.Mac) and Web (Blazor WebAssembly) applications from single code base.
- support for multiple pages in a single drawing document
- ribbon commanding UI
- much better Visio compatibility
- support for formula-based smart shapes (like in Visio)
- many more shapes
- diagram themes, which makes it very easy to change the look of your diagrams
- our development efforts
- and many more
Best Regards, Nevron Support Team
|