C# Class Poppler.Attachment

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

Public Methods

Method Description
Attachment ( IntPtr raw ) : System
Save ( string filename ) : bool
SaveToCallback ( Poppler save_func ) : bool

Protected Methods

Method Description
Attachment ( ) : System

Private Methods

Method Description
Attachment ( GLib gtype ) : System
poppler_attachment_get_type ( ) : IntPtr
poppler_attachment_save ( IntPtr raw, IntPtr filename, IntPtr &error ) : bool
poppler_attachment_save_to_callback ( IntPtr raw, PopplerSharp save_func, IntPtr user_data, IntPtr &error ) : bool

Method Details

Attachment() protected method

protected Attachment ( ) : System
return System

Attachment() public method

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

Save() public method

public Save ( string filename ) : bool
filename string
return bool

SaveToCallback() public method

public SaveToCallback ( Poppler save_func ) : bool
save_func Poppler
return bool