Click or drag to resize

PdfFunctionFunctionType Property

Gets the function type.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.100.2704
Syntax
public FunctionTypes FunctionType { get; }

Property Value

FunctionTypes
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe function object has been disposed.
InvalidFunctionExceptionThe underlying Dictionary/Stream is not in the correct format.
PdfiumExceptionThe underlying Dictionary/Stream has been disposed; or function Handle is invalid.
See Also