C# Class HPdf.HPdfAnnotation

ファイルを表示 Open project: ChristophGuillermet/WHITECAT_opensource

Public Methods

Method Description
GetHandle ( ) : IntPtr
HPdfAnnotation ( IntPtr hannot ) : System
SetBorderStyle ( float width, ushort dash_on, ushort dash_off ) : void
SetHighlightMode ( HPdfAnnotHighlightMode mode ) : void
SetIcon ( HPdfAnnotIcon icon ) : void
SetOpened ( bool opened ) : void

Private Methods

Method Description
HPDF_LinkAnnot_SetBorderStyle ( IntPtr hannot, float width, ushort dash_on, ushort dash_off ) : uint
HPDF_LinkAnnot_SetHighlightMode ( IntPtr hannot, HPdfAnnotHighlightMode mode ) : uint
HPDF_TextAnnot_SetIcon ( IntPtr hannot, HPdfAnnotIcon icon ) : uint
HPDF_TextAnnot_SetOpened ( IntPtr hannot, int opened ) : uint

Method Details

GetHandle() public method

public GetHandle ( ) : IntPtr
return System.IntPtr

HPdfAnnotation() public method

public HPdfAnnotation ( IntPtr hannot ) : System
hannot System.IntPtr
return System

SetBorderStyle() public method

public SetBorderStyle ( float width, ushort dash_on, ushort dash_off ) : void
width float
dash_on ushort
dash_off ushort
return void

SetHighlightMode() public method

public SetHighlightMode ( HPdfAnnotHighlightMode mode ) : void
mode HPdfAnnotHighlightMode
return void

SetIcon() public method

public SetIcon ( HPdfAnnotIcon icon ) : void
icon HPdfAnnotIcon
return void

SetOpened() public method

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