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

SearchAndAddRedactionRegions Method (IGdPicturePDF)

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(680)>

Function SearchAndAddRedactionRegions( _

   ByVal Pattern As String, _

   ByVal CaseSensitive As Boolean, _

   ByVal Red As Byte, _

   ByVal Green As Byte, _

   ByVal Blue As Byte, _

   ByVal Alpha As Byte, _

   ByRef Occurrences As Integer _

) As GdPictureStatus
[DispId(680)]

GdPictureStatus SearchAndAddRedactionRegions( 

   string Pattern,

   bool CaseSensitive,

   byte Red,

   byte Green,

   byte Blue,

   byte Alpha,

   ref int Occurrences

)
function SearchAndAddRedactionRegions( 

    Pattern: String;

    CaseSensitive: Boolean;

    Red: Byte;

    Green: Byte;

    Blue: Byte;

    Alpha: Byte;

   var  Occurrences: Integer

): GdPictureStatus; 
DispIdAttribute(680)

function SearchAndAddRedactionRegions( 

   Pattern : String,

   CaseSensitive : boolean,

   Red : byte,

   Green : byte,

   Blue : byte,

   Alpha : byte,

   Occurrences : int

) : GdPictureStatus;
[DispId(680)]

GdPictureStatus SearchAndAddRedactionRegions( 

   string* Pattern,

   bool CaseSensitive,

   byte Red,

   byte Green,

   byte Blue,

   byte Alpha,

   ref int Occurrences

) 
[DispId(680)]

GdPictureStatus SearchAndAddRedactionRegions( 

   String^ Pattern,

   bool CaseSensitive,

   byte Red,

   byte Green,

   byte Blue,

   byte Alpha,

   int% Occurrences

) 

Parameters

Pattern
CaseSensitive
Red
Green
Blue
Alpha
Occurrences
See Also

Reference

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