Click or drag to resize

InvalidPdfValueExceptionValueAppropriateTypes Property

Gets the PdfBasicObjectTypes that the Value can be according to the PDF Specification ISO 32000-1:2008.

Namespace: SautinSoft.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public IEnumerable<PdfBasicObjectType> ValueAppropriateTypes { get; }

Property Value

IEnumerablePdfBasicObjectType
The PdfBasicObjectTypes that the Value can be according to the PDF Specification ISO 32000-1:2008.
See Also