Click or drag to resize

PdfFunctionOutputs Property

Gets the number of output values.

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

Property Value

Int32
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe function object has been disposed.
InvalidFunctionExceptionThe underlying Dictionary/Stream is not in the correct format.
RequiredDataIsAbsentExceptionThere is not enough data to perform the requested operation.
PdfiumExceptionThe underlying Dictionary/Stream has been disposed; or function Handle is invalid.
See Also