Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
Public Member Functions | Static Public Member Functions | Properties | List of all members
SolidFramework.Model.Pdf.Pages.Plumbing.URILink Class Reference

This class primarily provides internal support for the SolidFramework.Forms.PageView form. More...

Inheritance diagram for SolidFramework.Model.Pdf.Pages.Plumbing.URILink:
SolidFramework.Model.Pdf.Pages.Plumbing.Link SolidFramework.Model.Pdf.Pages.Plumbing.Annotation

Public Member Functions

override void Dispose ()
 
bool IsActive ()
 
void Draw (global::System.IntPtr hdc, global::System.Drawing.RectangleF screenRectangle)
 
global::System.Drawing.RectangleF GetCanvasRectangle (global::System.Drawing.RectangleF pageCanvasRectangle)
 
override string ToString ()
 
bool Equals (SolidFramework.Model.Pdf.Pages.Plumbing.Annotation other)
 
override bool Equals (object obj)
 
override int GetHashCode ()
 

Static Public Member Functions

static bool operator== (SolidFramework.Model.Pdf.Pages.Plumbing.Annotation obj1, SolidFramework.Model.Pdf.Pages.Plumbing.Annotation obj2)
 
static bool operator!= (SolidFramework.Model.Pdf.Pages.Plumbing.Annotation obj1, SolidFramework.Model.Pdf.Pages.Plumbing.Annotation obj2)
 

Properties

string URI [getset]
 
bool IsSafe [get]
 
SolidFramework.Model.Pdf.Pages.IPageHolder IPageHolder [get]
 
global::System.Drawing.Color Color [get]
 
string Text [get]
 
global::System.DateTime ModificationDate [get]
 Gets the date and time when the annotation was most recently modified.
 
double LineWidth [get]
 
SolidFramework.Model.Pdf.Pages.Plumbing.BorderStyle BorderStyle [get]
 

Detailed Description

This class primarily provides internal support for the SolidFramework.Forms.PageView form.

Member Function Documentation

◆ Dispose()

override void SolidFramework.Model.Pdf.Pages.Plumbing.URILink.Dispose ( )
virtual