Text properties such as font information and color of this hyperlink.
public PDFTextProperties TextProperties { get; set; }
Public Property TextProperties As PDFTextProperties
public PDFTextProperties getTextProperties()
public void setTextProperties(PDFTextProperties textProperties)
public:
property PDFTextProperties TextProperties {
PDFTextProperties get();
void set ( PDFTextProperties );
}
A PDFTextProperties structure that contain the text properties such as font information and color of this hyperlink. The default value is a default PDFTextProperties object.
A hyperlink is not a visible object on the page, rather, it is parsed from the text of the object. So for every hyperlink on a page, there will also exist the actual PDFObject of type PDFObjectType.Text that forms the hyperlink text. The PDFDocumentPage.Hyperlinks collection gives you a quick access to all the hyperlinks of a page in one convenient location.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document