O2S.Components.PDF4NET Documentation
CreateAppearance(Boolean) Method



O2S.Components.PDF4NET.Annotations Namespace > PDFAnnotation Class : CreateAppearance(Boolean) Method
If true the existing appearance is overriden with the newly created one.
Creates the visual appearance for the annotation.
Syntax
'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.
Remarks
The library creates visual appearance for annotations by default. Call this method if you want to create the appearance for annotations that do not have it, usually on pages imported from external documents.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PDFAnnotation Class
PDFAnnotation Members