PdfDocumentFields Property |
Gets a collection of all
PdfField objects in this document.
Namespace:
RadPdf.Data.Document
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic PdfFieldCollection Fields { get; }
Public ReadOnly Property Fields As PdfFieldCollection
Get
Property Value
Type:
PdfFieldCollection
See Also