'Declaration
Public Overloads Function ApplyRedaction( _ ByVal IgnoreGdPictureAnnotations As Boolean _ ) As GdPictureStatus
public GdPictureStatus ApplyRedaction( bool IgnoreGdPictureAnnotations )
public function ApplyRedaction( IgnoreGdPictureAnnotations: Boolean ): GdPictureStatus;
public function ApplyRedaction( IgnoreGdPictureAnnotations : boolean ) : GdPictureStatus;
public: GdPictureStatus ApplyRedaction( bool IgnoreGdPictureAnnotations )
public: GdPictureStatus ApplyRedaction( bool IgnoreGdPictureAnnotations )
Parameters
- IgnoreGdPictureAnnotations
Return Value
A member of the GdPictureStatus enumeration. If the method has been successfully followed, then the return value is GdPictureStatus.OK.
We strongly recommend always checking this status first.