In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPicturePDF / AddRedactionRegion_2 Method

AddRedactionRegion_2 Method (IGdPicturePDF)

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(629)>

Function AddRedactionRegion_2( _

   ByVal Left As Single, _

   ByVal Top As Single, _

   ByVal Width As Single, _

   ByVal Height As Single, _

   ByVal Red As Byte, _

   ByVal Green As Byte, _

   ByVal Blue As Byte _

) As GdPictureStatus
[DispId(629)]

GdPictureStatus AddRedactionRegion_2( 

   float Left,

   float Top,

   float Width,

   float Height,

   byte Red,

   byte Green,

   byte Blue

)
function AddRedactionRegion_2( 

    Left: Single;

    Top: Single;

    Width: Single;

    Height: Single;

    Red: Byte;

    Green: Byte;

    Blue: Byte

): GdPictureStatus; 
DispIdAttribute(629)

function AddRedactionRegion_2( 

   Left : float,

   Top : float,

   Width : float,

   Height : float,

   Red : byte,

   Green : byte,

   Blue : byte

) : GdPictureStatus;
[DispId(629)]

GdPictureStatus AddRedactionRegion_2( 

   float Left,

   float Top,

   float Width,

   float Height,

   byte Red,

   byte Green,

   byte Blue

) 
[DispId(629)]

GdPictureStatus AddRedactionRegion_2( 

   float Left,

   float Top,

   float Width,

   float Height,

   byte Red,

   byte Green,

   byte Blue

) 

Parameters

Left
Top
Width
Height
Red
Green
Blue
See Also

Reference

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