'Declaration
Public Sub CreateAppearance( _ ByVal overrideExisting As Boolean _ )
'Usage
Dim instance As PdfAnnotation Dim overrideExisting As Boolean instance.CreateAppearance(overrideExisting)
public void CreateAppearance( bool overrideExisting )
public: void CreateAppearance( bool overrideExisting )
Parameters
- overrideExisting
- If true the existing appearance is overriden with the newly created one.