|
|
|
|
|
PageBorderVisible (Property) In french: CadrePageVisible
The PageBorderVisible property is used to: - determine if the page borders are displayed in a Diagram Editor control.
- show or hide the page borders in a Diagram Editor control.
Remark: When printing the diagram, these borders allow you to clearly view the different pages needed for the print job. You can set the page size with: - the "PageLayout" property of the Diagram Editor control,
- the "PageLayout" property of the variable of type Diagram.
// Displays the page borders and gridlines DIAGEDT_Diagram.PageBorderVisible = True DIAGEDT_Diagram.GridlinesVisible = True
Syntax
Determining if the page borders are displayed Hide the details
<Result> = <Diagram Editor control>.PageBorderVisible
<Result>: Boolean - True if the page borders are displayed,
- False otherwise.
<Diagram Editor control>: Control name Name of the Diagram Editor control used.
Showing or hiding the page borders Hide the details
<Diagram Editor control>.PageBorderVisible = <Display>
<Diagram Editor control>: Control name Name of the Diagram Editor control used. <Display>: Boolean - True to make the page borders visible,
- False otherwise.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|