C# Class Poppler.Layer

Inheritance: GLib.Object
Mostra file Open project: GNOME/pdfmod

Public Methods

Method Description
Hide ( ) : void
Layer ( IntPtr raw ) : System
Show ( ) : void

Protected Methods

Method Description
Layer ( ) : System

Private Methods

Method Description
Layer ( GLib gtype ) : System
poppler_layer_get_radio_button_group_id ( IntPtr raw ) : int
poppler_layer_get_title ( IntPtr raw ) : IntPtr
poppler_layer_get_type ( ) : IntPtr
poppler_layer_hide ( IntPtr raw ) : void
poppler_layer_is_parent ( IntPtr raw ) : bool
poppler_layer_is_visible ( IntPtr raw ) : bool
poppler_layer_show ( IntPtr raw ) : void

Method Details

Hide() public method

public Hide ( ) : void
return void

Layer() protected method

protected Layer ( ) : System
return System

Layer() public method

public Layer ( IntPtr raw ) : System
raw System.IntPtr
return System

Show() public method

public Show ( ) : void
return void