C# Class HPdf.HPdfOutline

显示文件 Open project: ChristophGuillermet/WHITECAT_opensource Class Usage Examples

Public Methods

Method Description
GetHandle ( ) : IntPtr
HPdfOutline ( IntPtr houtline ) : System
SetDestination ( HPdfDestination dest ) : void
SetOpened ( bool opened ) : void

Private Methods

Method Description
HPDF_Outline_SetDestination ( IntPtr houtline, IntPtr hdest ) : uint
HPDF_Outline_SetOpened ( IntPtr houtline, int opened ) : uint

Method Details

GetHandle() public method

public GetHandle ( ) : IntPtr
return System.IntPtr

HPdfOutline() public method

public HPdfOutline ( IntPtr houtline ) : System
houtline System.IntPtr
return System

SetDestination() public method

public SetDestination ( HPdfDestination dest ) : void
dest HPdfDestination
return void

SetOpened() public method

public SetOpened ( bool opened ) : void
opened bool
return void