XFINIUM.PDF Documentation
Clear Method (PdfContentStream)



Clears the entire content stream.
Syntax
'Declaration
 
Public Sub Clear() 
'Usage
 
Dim instance As PdfContentStream
 
instance.Clear()
public void Clear()
public:
void Clear(); 
Remarks
This method clears the graphic content stream including any markers inserted by XFINIUM.PDF library that are required by the graphics API. After this method has been called only the methods in this class should be used to build the graphic content. Using the API in the PdfGraphics class will lead to undefined results.
Requirements

Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfContentStream Class
PdfContentStream Members

Send Feedback