'Declaration
Public Property ContentRedactType As PdfContentRedactType
'Usage
Dim instance As PdfContentRedactionOptions Dim value As PdfContentRedactType instance.ContentRedactType = value value = instance.ContentRedactType
public PdfContentRedactType ContentRedactType {get; set;}
public: property PdfContentRedactType ContentRedactType { PdfContentRedactType get(); void set ( PdfContentRedactType value); }