Click or drag to resize

PdfPageContent Property

Gets the content of the PdfPage.

Namespace: SautinSoft.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public PdfContent Content { get; }

Property Value

PdfContent
Gets a value of type PdfContent that represents the collection of PdfContentElements in the PdfPage.
Remarks
A PdfPage stores its rendering data in a one or more content streams (whose data consists of a sequence of instructions describing the graphical elements to be painted) and an associated resource dictionary. For more information on how PdfPages store graphics data, see 7.8, "Content Streams and Resources".
See Also