PDFView4NET WPF Edition
FindByID Method




O2S.Components.PDFView4NET.Annotations Namespace > PDFAnnotationCollection Class : FindByID Method
ID of the annotation to look for.
Searches the collection for the annotation with a specific ID.
Syntax
'Declaration
 
Public Function FindByID( _
   ByVal id As String _
) As PDFAnnotation
'Usage
 
Dim instance As PDFAnnotationCollection
Dim id As String
Dim value As PDFAnnotation
 
value = instance.FindByID(id)
public PDFAnnotation FindByID( 
   string id
)
public: PDFAnnotation* FindByID( 
   string* id
) 
public:
PDFAnnotation^ FindByID( 
   String^ id
) 

Parameters

id
ID of the annotation to look for.

Return Value

Annotation with given id.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFAnnotationCollection Class
PDFAnnotationCollection Members