Click or drag to resize

PdfFormGetContent Method

Gets the read-only content of the PdfForm with PdfContentResources (fonts, images, etc.) resolved from the specified resourcesProvider.

To get the editable content of the PdfForm, use the Content property and, optionally, SetResources(PdfContent) method before it, if the Content property returns .


Namespace: SautinSoft.Pdf.Content
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.5.19
Syntax
public PdfContent GetContent(
	PdfContent resourcesProvider
)

Parameters

resourcesProvider  PdfContent
The PdfContent whose PdfContentResources (fonts, images, etc.) are used to resolve resources used by the PdfForm's content stream.

Return Value

PdfContent
The read-only content of the PdfForm with PdfContentResources (fonts, images, etc.) resolved from the specified resourcesProvider.
See Also