ImageGear .NET - Updated
IncludeHyperLinks Property




ImageGear24.Formats.Vector Assembly > ImageGear.Formats.CAD Namespace > CADPDFSaveOptions Class : IncludeHyperLinks Property
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

Reference

CADPDFSaveOptions Class
CADPDFSaveOptions Members