PoPrintMonitorSetPresentation Method |
Sets the presentation of the editor.
Namespace: OIV.HardCopy.EditorsAssembly: OIV.HardCopy (in OIV.HardCopy.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void SetPresentation(
PoPrintMonitorPresentations type
)
Public Sub SetPresentation (
type As PoPrintMonitorPresentations
)
public:
void SetPresentation(
PoPrintMonitorPresentations type
)
member SetPresentation :
type : PoPrintMonitorPresentations -> unit
Parameters
- type
- Type: OIV.HardCopy.EditorsPoPrintMonitorPresentations
Remarks(TOGGLE_FOLD by default).
See Also