LEADTOOLS PDF (Leadtools.Pdf assembly)

BookmarkStyle Property

Show in webframe





Gets or sets the style of this bookmark.
Syntax
public PDFBookmarkStyle BookmarkStyle {get; set;}
'Declaration
 
Public Property BookmarkStyle As PDFBookmarkStyle
'Usage
 
Dim instance As PDFBookmark
Dim value As PDFBookmarkStyle
 
instance.BookmarkStyle = value
 
value = instance.BookmarkStyle

            

            
public:
property PDFBookmarkStyle BookmarkStyle {
   PDFBookmarkStyle get();
   void set (    PDFBookmarkStyle value);
}

Property Value

A PDFBookmarkStyle enumeration that specifies the style of the bookmark. The default value is PDFBookmarkStyle.Plain.
Remarks

The Title is the text that will appear to the user. External viewers use this value to draw the bookmark in the Table of Contents (TOC). The font style of the bookmark is stored in the BookmarkStyle property.

Example

For an example, refer to PDFBookmark.

Requirements

Target Platforms

See Also

Reference

PDFBookmark Structure
PDFBookmark Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.