Click or drag to resize

CPDFAnnotationReleaseCopyAnnot Method

Note: This API is now obsolete.

Releases resources of the object.

Namespace:  ComPDFKit.PDFAnnotation
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 3.0.0+4b8ae91508c7f16ebf511129b42dfd307f45e350
Syntax
C#
[ObsoleteAttribute("ReleaseCopyAnnot is deprecated. Use AddCopyAnnotToPage directly instead.")]
public static void ReleaseCopyAnnot(
	CPDFAnnotation annot
)

Parameters

annot
Type: ComPDFKit.PDFAnnotationCPDFAnnotation
annotation that need to be released
See Also