XFINIUM.PDF.View.Wpf Documentation
Type Property



Xfinium.Pdf.View.Forms Namespace > PdfVisualField Class : Type Property
Gets the field type.
Syntax
'Declaration
 
Public ReadOnly Property Type As Xfinium.Pdf.Forms.PdfFieldType
'Usage
 
Dim instance As PdfVisualField
Dim value As Xfinium.Pdf.Forms.PdfFieldType
 
value = instance.Type
public Xfinium.Pdf.Forms.PdfFieldType Type {get;}
public:
property Xfinium.Pdf.Forms.PdfFieldType Type {
   Xfinium.Pdf.Forms.PdfFieldType get();
}

Property Value

The field type.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Presentation Foundation 4.x


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfVisualField Class
PdfVisualField Members