ImageGear .NET v25.0 - Updated
PartialName Property




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF.Forms Namespace > Field Class : PartialName Property
Gets the partial name.
Syntax
'Declaration
 
Public ReadOnly Property PartialName As String
'Usage
 
Dim instance As Field
Dim value As String
 
value = instance.PartialName
public string PartialName {get;}
public: __property string* get_PartialName();
public:
property String^ PartialName {
   String^ get();
}

Property Value

The partial name (the name without the path).
See Also

Reference

Field Class
Field Members