Click or drag to resize

PdfFieldLevelActions(PdfDocument, PdfTypeBase) Constructor

Creates a new instance of PdfFieldLevelActions and initialize it with specified dictionary

Namespace: Patagames.Pdf.Net.Actions
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public PdfFieldLevelActions(
	PdfDocument document,
	PdfTypeBase dictionary
)

Parameters

document  PdfDocument
Pdf document.
dictionary  PdfTypeBase
The dictionary or indirect dictionary
See Also