C# Class Poppler.Attachment

Inheritance: GLib.Object
Afficher le fichier Open project: GNOME/pdfmod

Méthodes publiques

Méthode Description
Attachment ( IntPtr raw ) : System
Save ( string filename ) : bool
SaveToCallback ( Poppler save_func ) : bool

Méthodes protégées

Méthode Description
Attachment ( ) : System

Private Methods

Méthode 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 méthode

protected Attachment ( ) : System
Résultat System

Attachment() public méthode

public Attachment ( IntPtr raw ) : System
raw System.IntPtr
Résultat System

Save() public méthode

public Save ( string filename ) : bool
filename string
Résultat bool

SaveToCallback() public méthode

public SaveToCallback ( Poppler save_func ) : bool
save_func Poppler
Résultat bool