Click or drag to resize

PdfContentResourceDocument Property

Gets the PdfDocument associated with this PdfContentResource or if no PdfDocument is associated with this PdfContentResource.

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

Property Value

PdfDocument
The PdfDocument associated with this PdfContentResource or if no PdfDocument is associated with this PdfContentResource.
See Also