ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFDestination Class / Type Property




In This Topic
    Type Property (ImGearPDFDestination)
    In This Topic
    Gets the destination type.
    Syntax
    'Declaration
     
    Public ReadOnly Property Type As ImGearPDFDestinationType
    'Usage
     
    Dim instance As ImGearPDFDestination
    Dim value As ImGearPDFDestinationType
     
    value = instance.Type
    public ImGearPDFDestinationType Type {get;}
    public: __property ImGearPDFDestinationType get_Type();
    public:
    property ImGearPDFDestinationType Type {
       ImGearPDFDestinationType get();
    }

    Property Value

    ImGearPDFDestinationType enumeration value.
    See Also