ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Formats.CAD Namespace / CADPDFSaveOptions Class / IncludeHyperLinks Property




In This Topic
    IncludeHyperLinks Property
    In This Topic
    Toggle include hyperlinks save option
    Syntax
    'Declaration
     
    Public Property IncludeHyperLinks As Boolean
    'Usage
     
    Dim instance As CADPDFSaveOptions
    Dim value As Boolean
     
    instance.IncludeHyperLinks = value
     
    value = instance.IncludeHyperLinks
    public bool IncludeHyperLinks {get; set;}
    public: __property bool get_IncludeHyperLinks();
    public: __property void set_IncludeHyperLinks( 
       bool value
    );
    public:
    property bool IncludeHyperLinks {
       bool get();
       void set (    bool value);
    }
    See Also