PdfPage.GetCurrentContents Method

PDF File Writer

PdfPageGetCurrentContents Method

Gets the current contents of this page

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public PdfContents GetCurrentContents()

Return Value

Type: PdfContents
Page's current contents
See Also