|
|
|
|
|
PageBorderVisible (Property) In french: CadrePageVisible
The property VisiblePageFrame property allows you to: - determine if the page borders are displayed in a Diagram Editor control.
- show or hide the page borders in a Diagram Editor control.
Note: When printing the diagram, the frame shows the different pages required for printing. Page size can be set with: - the "PageLayout" property of the Diagram Editor control,
- the "PageLayout" property of the variable of type Diagram.
EDIAG_Diagramme.CadrePageVisible = True
EDIAG_Diagramme.QuadrillageVisible = 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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|