Changing the size of a page


Author
Message
Richard Dubé
Richard Dubé
Forum Newbie (4 reputation)Forum Newbie (4 reputation)Forum Newbie (4 reputation)Forum Newbie (4 reputation)Forum Newbie (4 reputation)Forum Newbie (4 reputation)Forum Newbie (4 reputation)Forum Newbie (4 reputation)Forum Newbie (4 reputation)
Group: Forum Members
Posts: 7, Visits: 85
Hi,

I tried to have a custon size for a page but cant do it. I followed the code in the helpopenvision section but I got the this error :
'NDrawingView' does not contain a definition for 'Drawing' and no accessible extension method 'Drawing' accepting a first argument of type 'NDrawingView' could be found (are you missing a using directive or an assembly reference?) 

with the following line:
NDrawing drawing = drawingView.Drawing;

Nevron Support
Nevron Support
Supreme Being (4.5K reputation)Supreme Being (4.5K reputation)Supreme Being (4.5K reputation)Supreme Being (4.5K reputation)Supreme Being (4.5K reputation)Supreme Being (4.5K reputation)Supreme Being (4.5K reputation)Supreme Being (4.5K reputation)Supreme Being (4.5K reputation)
Group: Administrators
Posts: 3.1K, Visits: 4.1K
Hi Richard,

The Drawing property of the NDrawingView has been changed to Content, so to get the drawing of a drawing view use the following line of code:
NDrawing drawing = drawingView.Content;


Regarding changing of the page size, please take a look at the following documentation topic:
NOV Diagram Pages



Best Regards,
Nevron Support Team


GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Similar Topics

Reading This Topic
2 active, 2 guests, 0 members, 0 anonymous
No members currently viewing this topic!

Login

Explore
Messages
Mentions
Search