Click or drag to resize

PdfFieldLevelActions Constructor (PdfDocument, PdfTypeBase)

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

Namespace:  Patagames.Pdf.Net.Actions
Assemblies:   Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
  Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
Syntax
public PdfFieldLevelActions(
	PdfDocument document,
	PdfTypeBase dictionary
)

Parameters

document
Type: Patagames.Pdf.NetPdfDocument
Pdf document.
dictionary
Type: Patagames.Pdf.Net.BasicTypesPdfTypeBase
The dictionary or indirect dictionary
See Also