In This Topic
GdPicture14 Namespace / AnnotationManager Class / AddRedactionAnnot Method

AddRedactionAnnot Method (AnnotationManager)

In This Topic
Syntax
'Declaration

 

Public Function AddRedactionAnnot( _

   ByVal BackColor As Color, _

   ByVal Left As Single, _

   ByVal Top As Single, _

   ByVal Width As Single, _

   ByVal Height As Single, _

   ByVal Title As String _

) As AnnotationRedaction
public AnnotationRedaction AddRedactionAnnot( 

   Color BackColor,

   float Left,

   float Top,

   float Width,

   float Height,

   string Title

)
public function AddRedactionAnnot( 

    BackColor: Color;

    Left: Single;

    Top: Single;

    Width: Single;

    Height: Single;

    Title: String

): AnnotationRedaction; 
public function AddRedactionAnnot( 

   BackColor : Color,

   Left : float,

   Top : float,

   Width : float,

   Height : float,

   Title : String

) : AnnotationRedaction;
public: AnnotationRedaction* AddRedactionAnnot( 

   Color BackColor,

   float Left,

   float Top,

   float Width,

   float Height,

   string* Title

) 
public:

AnnotationRedaction^ AddRedactionAnnot( 

   Color BackColor,

   float Left,

   float Top,

   float Width,

   float Height,

   String^ Title

) 

Parameters

BackColor
Left
Top
Width
Height
Title
See Also