PdfDocumentBase
CheckFields Method
|
Checks what fields are connected with the page.
Namespace:
Spire.Pdf
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
protected virtual void CheckFields(
PdfDocumentBase ldDoc,
PdfPageBase page,
List<PdfField> fields
)
Protected Overridable Sub CheckFields (
ldDoc As PdfDocumentBase,
page As PdfPageBase,
fields As List(Of PdfField)
)
protected:
virtual void CheckFields(
PdfDocumentBase^ ldDoc,
PdfPageBase^ page,
List<PdfField^>^ fields
)
abstract CheckFields :
ldDoc : PdfDocumentBase *
page : PdfPageBase *
fields : List<PdfField> -> unit
override CheckFields :
ldDoc : PdfDocumentBase *
page : PdfPageBase *
fields : List<PdfField> -> unit
Parameters
-
ldDoc
-
Type:
Spire.Pdf
PdfDocumentBase
The loaded document.
-
page
-
Type:
Spire.Pdf
PdfPageBase
The page.
-
fields
-
Type:
System.Collections.Generic
List
PdfField
An array where the fields connected to the page are stored.
See Also