Click or drag to resize

PdfFormSetResources Method

Sets the PdfContentResources (fonts, images, etc.) from the specified PdfContent to this PdfForm.

This method is useful if the Content property returns (if the PdfForm doesn't have an associated resource dictionary).


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

Parameters

resourcesProvider  PdfContent
The PdfContent whose PdfContentResources (fonts, images, etc.) are set to this PdfForm.
See Also