'Declaration
Public Overloads Function ApplyRedaction() As GdPictureStatus
public GdPictureStatus ApplyRedaction()
public function ApplyRedaction(): GdPictureStatus;
public function ApplyRedaction() : GdPictureStatus;
public: GdPictureStatus ApplyRedaction();
public: GdPictureStatus ApplyRedaction();
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.