Previous Document Next Document

Object Model Reference : Classes : A : Application : Properties : Application.PanoseMatching


Application.PanoseMatching

Property PanoseMatching As cdrPanoseMatchingType

Description

Member of Application

The PanoseMatching property returns or specifies the default behavior when the document being opened contains fonts that are not installed on the system.

VBA example

The following VBA example specifies that non-existing fonts are replaced permanently and automatically with the closest font matches available on the system.

Sub MatchingPanose()
 PanoseMatching = cdrPanosePermanent
 OpenDocument "C:\My Documents\Graphic1.cdr"
End Sub

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.