LEADTOOLS PDF (Leadtools.Pdf assembly)

Type Property

Show in webframe





Gets or sets the type of this note annotation object.
Syntax
public int Type {get; set;}
'Declaration
 
Public Property Type As Integer
'Usage
 
Dim instance As PDFNoteAnnotation
Dim value As Integer
 
instance.Type = value
 
value = instance.Type

            

            
public:
property int Type {
   int get();
   void set (    int value);
}

Property Value

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

For an example, refer to PDFNoteAnnotation.

Requirements

Target Platforms

See Also

Reference

PDFNoteAnnotation Class
PDFNoteAnnotation Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.