Click or drag to resize

PdfPatternFromHandle Method

Instantiate the pattern according to the handle provided.

Namespace: Patagames.Pdf.Net.Patterns
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax
public static PdfPattern FromHandle(
	IntPtr handle
)

Parameters

handle  IntPtr
Handle to the pattern object.

Return Value

PdfPattern
An instance of one of the derived classes, or null on error.
Exceptions
ExceptionCondition
ArgumentExceptionThrown when the handle is not valid.
See Also