 | PdfFieldLevelActions Constructor (PdfDocument, PdfTypeBase) |
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
Syntaxpublic PdfFieldLevelActions(
PdfDocument document,
PdfTypeBase dictionary
)
Public Sub New (
document As PdfDocument,
dictionary As PdfTypeBase
)
public:
PdfFieldLevelActions(
PdfDocument^ document,
PdfTypeBase^ dictionary
)
new :
document : PdfDocument *
dictionary : PdfTypeBase -> PdfFieldLevelActions
public PdfFieldLevelActions(
PdfDocument document,
PdfTypeBase dictionary
)
Patagames.Pdf.Net.Actions.PdfFieldLevelActions = function(document, dictionary);
Parameters
- document
- Type: Patagames.Pdf.NetPdfDocument
Pdf document. - dictionary
- Type: Patagames.Pdf.Net.BasicTypesPdfTypeBase
The dictionary or indirect dictionary
See Also