PDF for UWP | ComponentOne
C1.Xaml.Pdf Namespace / C1PdfDocumentBase Class / Clear Method

In This Topic
    Clear Method (C1PdfDocumentBase)
    In This Topic
    Restores the document to its initial state.
    Syntax
    'Declaration
     
    
    Public Sub Clear() 
    public void Clear()
    Remarks
    All current content and security settings are discarded, a single empty page is created, and the CurrentPage property is set to zero.
    See Also