'Declaration
Public Function AddStickyNoteAnnotation( _ ByVal IconName As PdfStickyNoteAnnotationIcon, _ ByVal Left As Single, _ ByVal Top As Single, _ ByVal Author As String, _ ByVal Subject As String, _ ByVal Contents As String, _ ByVal Opacity As Single, _ ByVal OpenPopup As Boolean, _ ByVal Red As Byte, _ ByVal Green As Byte, _ ByVal Blue As Byte, _ ByVal PopupLeft As Single, _ ByVal PopupTop As Single, _ ByVal PopupWidth As Single, _ ByVal PopupHeight As Single _ ) As Integer
public int AddStickyNoteAnnotation( PdfStickyNoteAnnotationIcon IconName, float Left, float Top, string Author, string Subject, string Contents, float Opacity, bool OpenPopup, byte Red, byte Green, byte Blue, float PopupLeft, float PopupTop, float PopupWidth, float PopupHeight )
public function AddStickyNoteAnnotation( IconName: PdfStickyNoteAnnotationIcon; Left: Single; Top: Single; Author: String; Subject: String; Contents: String; Opacity: Single; OpenPopup: Boolean; Red: Byte; Green: Byte; Blue: Byte; PopupLeft: Single; PopupTop: Single; PopupWidth: Single; PopupHeight: Single ): Integer;
public function AddStickyNoteAnnotation( IconName : PdfStickyNoteAnnotationIcon, Left : float, Top : float, Author : String, Subject : String, Contents : String, Opacity : float, OpenPopup : boolean, Red : byte, Green : byte, Blue : byte, PopupLeft : float, PopupTop : float, PopupWidth : float, PopupHeight : float ) : int;
Parameters
- IconName
- Left
- Top
- Author
- Subject
- Contents
- Opacity
- OpenPopup
- Red
- Green
- Blue
- PopupLeft
- PopupTop
- PopupWidth
- PopupHeight