GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF / SetAnnotationFlags Method





In This Topic
SetAnnotationFlags Method (GdPicturePDF)
In This Topic
Syntax
'Declaration
 
Public Function SetAnnotationFlags( _
   ByVal AnnotationIdx As Integer, _
   ByVal Flags As PdfAnnotationFlag _
) As GdPictureStatus
public GdPictureStatus SetAnnotationFlags( 
   int AnnotationIdx,
   PdfAnnotationFlag Flags
)
public function SetAnnotationFlags( 
    AnnotationIdx: Integer;
    Flags: PdfAnnotationFlag
): GdPictureStatus; 
public function SetAnnotationFlags( 
   AnnotationIdx : int,
   Flags : PdfAnnotationFlag
) : GdPictureStatus;
public: GdPictureStatus SetAnnotationFlags( 
   int AnnotationIdx,
   PdfAnnotationFlag Flags
) 
public:
GdPictureStatus SetAnnotationFlags( 
   int AnnotationIdx,
   PdfAnnotationFlag Flags
) 

Parameters

AnnotationIdx
Flags
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF
GdPicturePDF Members