LEADTOOLS PDF (Leadtools.Pdf assembly)
LEAD Technologies, Inc

Type Property






Gets or sets the type of this note annotation object.
Syntax
public PDFNoteAnnotationType Type {get; set;}
'Declaration
 
Public Property Type As PDFNoteAnnotationType
'Usage
 
Dim instance As PDFNoteAnnotation
Dim value As PDFNoteAnnotationType
 
instance.Type = value
 
value = instance.Type
public PDFNoteAnnotationType Type {get; set;}
 get_Type();
set_Type(value);
public:
property PDFNoteAnnotationType Type {
   PDFNoteAnnotationType get();
   void set (    PDFNoteAnnotationType value);
}

Property Value

A PDFNoteAnnotationType enumeration member that specifies the icon type of note annotation object associated with this PDFNoteAnnotation.
Example

For an example, refer to PDFNoteAnnotation.

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

PDFNoteAnnotation Class
PDFNoteAnnotation Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.