'Declaration
Public Function New( _ ByVal page As PdfPage _ )
'Usage
Dim page As PdfPage Dim instance As New PdfContentRedactor(page)
public PdfContentRedactor( PdfPage page )
public: PdfContentRedactor( PdfPage^ page )
Parameters
- page
- The page from which content is redacted.