Метод | Описание | |
---|---|---|
Document ( |
||
Document ( string data, string password ) : System | ||
FindDest ( string link_name ) : Poppler.Dest | ||
GetFormField ( int id ) : Poppler.FormField | ||
GetPage ( int index ) : Poppler.Page | ||
GetPageByLabel ( string label ) : Poppler.Page | ||
NewFromFile ( string uri, string password ) : |
||
Save ( string uri ) : bool | ||
SaveACopy ( string uri ) : bool |
Метод | Описание | |
---|---|---|
Document ( GLib gtype ) : System | ||
poppler_document_find_dest ( |
||
poppler_document_get_attachments ( |
||
poppler_document_get_form_field ( |
||
poppler_document_get_n_pages ( |
||
poppler_document_get_page ( |
||
poppler_document_get_page_by_label ( |
||
poppler_document_get_type ( ) : |
||
poppler_document_has_attachments ( |
||
poppler_document_new_from_data ( |
||
poppler_document_new_from_file ( |
||
poppler_document_save ( |
||
poppler_document_save_a_copy ( |
public Document ( |
||
raw | ||
Результат | System |
public Document ( string data, string password ) : System | ||
data | string | |
password | string | |
Результат | System |
public FindDest ( string link_name ) : Poppler.Dest | ||
link_name | string | |
Результат | Poppler.Dest |
public GetFormField ( int id ) : Poppler.FormField | ||
id | int | |
Результат | Poppler.FormField |
public GetPage ( int index ) : Poppler.Page | ||
index | int | |
Результат | Poppler.Page |
public GetPageByLabel ( string label ) : Poppler.Page | ||
label | string | |
Результат | Poppler.Page |
public static NewFromFile ( string uri, string password ) : |
||
uri | string | |
password | string | |
Результат |