ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF.Forms Namespace / Field Class / PartialName Property




In This Topic
    PartialName Property
    In This Topic
    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