Method | Description | |
---|---|---|
AddPage ( ) : |
||
AddPageLabel ( uint page_num, HPdfPageNumStyle style, uint first_page, string prefix ) : void | ||
CreateExtGState ( ) : |
||
CreateOutline ( |
||
ErrorProc ( uint error_no, uint detail_no, |
||
FreeDoc ( ) : void | ||
FreeDocAll ( ) : void | ||
GetCurrentEncoder ( ) : |
||
GetCurrentPage ( ) : |
||
GetEncoder ( string encoding_name ) : |
||
GetError ( ) : uint | ||
GetErrorDetail ( ) : uint | ||
GetFont ( string font_name, string encoding_name ) : |
||
GetInfoAttr ( HPdfInfoType type ) : string | ||
GetPageByIndex ( uint index ) : |
||
GetPageLayout ( ) : HPdfPageLayout | ||
GetPageMode ( ) : HPdfPageMode | ||
GetViewerPreference ( ) : uint | ||
HPdfDoc ( ) : System | ||
HPdfGetVersion ( ) : string | ||
HasDoc ( ) : bool | ||
IDisposable ( ) : void | ||
InsertPage ( |
||
LoadJpegImageFromFile ( string filename ) : |
||
LoadPngImageFromFile ( string filename ) : |
||
LoadPngImageFromFile2 ( string filename ) : |
||
LoadRawImageFromFile ( string filename, uint width, uint height, HPdfColorSpace color_space ) : |
||
LoadRawImageFromMem ( byte data, int width, int height, HPdfColorSpace color_space, uint bits_per_component ) : |
||
LoadTTFontFromFile ( string file_name, bool embedding ) : string | ||
LoadTTFontFromFile2 ( string file_name, uint index, bool embedding ) : string | ||
LoadType1FontFromFile ( string afmfilename, string pfmfilename ) : string | ||
NewDoc ( ) : void | ||
ResetError ( ) : void | ||
SaveToFile ( string file_name ) : void | ||
SetCompressionMode ( uint mode ) : void | ||
SetCurrentEncoder ( string encoding_name ) : void | ||
SetEncryptionMode ( HPdfEncryptMode mode, uint key_len ) : void | ||
SetInfoAttr ( HPdfInfoType type, string value ) : void | ||
SetInfoDateAttr ( HPdfInfoType type, |
||
SetOpenAction ( |
||
SetPageLayout ( HPdfPageLayout layout ) : void | ||
SetPageMode ( HPdfPageMode mode ) : void | ||
SetPagesConfiguration ( uint page_per_pages ) : void | ||
SetPassword ( string owner_passwd, string user_passwd ) : void | ||
SetPermission ( uint permission ) : void | ||
SetViewerPreference ( uint value ) : void | ||
UseCNSEncodings ( ) : uint | ||
UseCNSFonts ( ) : uint | ||
UseCNTEncodings ( ) : uint | ||
UseCNTFonts ( ) : uint | ||
UseJPEncodings ( ) : uint | ||
UseJPFonts ( ) : uint | ||
UseKREncodings ( ) : uint | ||
UseKRFonts ( ) : uint |
Method | Description | |
---|---|---|
HPDF_AddPage ( |
||
HPDF_AddPageLabel ( |
||
HPDF_CreateExtGState ( |
||
HPDF_CreateOutline ( |
||
HPDF_Free ( |
||
HPDF_FreeDoc ( |
||
HPDF_FreeDocAll ( |
||
HPDF_GetCurrentEncoder ( |
||
HPDF_GetCurrentPage ( |
||
HPDF_GetEncoder ( |
||
HPDF_GetError ( |
||
HPDF_GetErrorDetail ( |
||
HPDF_GetFont ( |
||
HPDF_GetInfoAttr ( |
||
HPDF_GetPageByIndex ( |
||
HPDF_GetPageLayout ( |
||
HPDF_GetPageMode ( |
||
HPDF_GetVersion ( ) : string | ||
HPDF_GetViewerPreference ( |
||
HPDF_HasDoc ( |
||
HPDF_InsertPage ( |
||
HPDF_LoadJpegImageFromFile ( |
||
HPDF_LoadPngImageFromFile ( |
||
HPDF_LoadPngImageFromFile2 ( |
||
HPDF_LoadRawImageFromFile ( |
||
HPDF_LoadRawImageFromMem ( |
||
HPDF_LoadTTFontFromFile ( |
||
HPDF_LoadTTFontFromFile2 ( |
||
HPDF_LoadType1FontFromFile ( |
||
HPDF_New ( HPDF_ErrorHandler user_error_fn, |
||
HPDF_NewDoc ( |
||
HPDF_ResetError ( |
||
HPDF_SaveToFile ( |
||
HPDF_SetCompressionMode ( |
||
HPDF_SetCurrentEncoder ( |
||
HPDF_SetEncryptionMode ( |
||
HPDF_SetInfoAttr ( |
||
HPDF_SetInfoDateAttr ( |
||
HPDF_SetOpenAction ( |
||
HPDF_SetPageLayout ( |
||
HPDF_SetPageMode ( |
||
HPDF_SetPagesConfiguration ( |
||
HPDF_SetPassword ( |
||
HPDF_SetPermission ( |
||
HPDF_SetViewerPreference ( |
||
HPDF_UseCNSEncodings ( |
||
HPDF_UseCNSFonts ( |
||
HPDF_UseCNTEncodings ( |
||
HPDF_UseCNTFonts ( |
||
HPDF_UseJPEncodings ( |
||
HPDF_UseJPFonts ( |
||
HPDF_UseKREncodings ( |
||
HPDF_UseKRFonts ( |
public AddPageLabel ( uint page_num, HPdfPageNumStyle style, uint first_page, string prefix ) : void | ||
page_num | uint | |
style | HPdfPageNumStyle | |
first_page | uint | |
prefix | string | |
return | void |
public CreateOutline ( |
||
parent | ||
title | string | |
encoder | ||
return |
public static ErrorProc ( uint error_no, uint detail_no, |
||
error_no | uint | |
detail_no | uint | |
user_data | ||
return | void |
public GetEncoder ( string encoding_name ) : |
||
encoding_name | string | |
return |
public GetFont ( string font_name, string encoding_name ) : |
||
font_name | string | |
encoding_name | string | |
return |
public GetInfoAttr ( HPdfInfoType type ) : string | ||
type | HPdfInfoType | |
return | string |
public GetPageByIndex ( uint index ) : |
||
index | uint | |
return |
public InsertPage ( |
||
page | ||
return |
public LoadJpegImageFromFile ( string filename ) : |
||
filename | string | |
return |
public LoadPngImageFromFile ( string filename ) : |
||
filename | string | |
return |
public LoadPngImageFromFile2 ( string filename ) : |
||
filename | string | |
return |
public LoadRawImageFromFile ( string filename, uint width, uint height, HPdfColorSpace color_space ) : |
||
filename | string | |
width | uint | |
height | uint | |
color_space | HPdfColorSpace | |
return |
public LoadRawImageFromMem ( byte data, int width, int height, HPdfColorSpace color_space, uint bits_per_component ) : |
||
data | byte | |
width | int | |
height | int | |
color_space | HPdfColorSpace | |
bits_per_component | uint | |
return |
public LoadTTFontFromFile ( string file_name, bool embedding ) : string | ||
file_name | string | |
embedding | bool | |
return | string |
public LoadTTFontFromFile2 ( string file_name, uint index, bool embedding ) : string | ||
file_name | string | |
index | uint | |
embedding | bool | |
return | string |
public LoadType1FontFromFile ( string afmfilename, string pfmfilename ) : string | ||
afmfilename | string | |
pfmfilename | string | |
return | string |
public SaveToFile ( string file_name ) : void | ||
file_name | string | |
return | void |
public SetCompressionMode ( uint mode ) : void | ||
mode | uint | |
return | void |
public SetCurrentEncoder ( string encoding_name ) : void | ||
encoding_name | string | |
return | void |
public SetEncryptionMode ( HPdfEncryptMode mode, uint key_len ) : void | ||
mode | HPdfEncryptMode | |
key_len | uint | |
return | void |
public SetInfoAttr ( HPdfInfoType type, string value ) : void | ||
type | HPdfInfoType | |
value | string | |
return | void |
public SetInfoDateAttr ( HPdfInfoType type, |
||
type | HPdfInfoType | |
value | ||
return | void |
public SetOpenAction ( |
||
open_action | ||
return | void |
public SetPageLayout ( HPdfPageLayout layout ) : void | ||
layout | HPdfPageLayout | |
return | void |
public SetPageMode ( HPdfPageMode mode ) : void | ||
mode | HPdfPageMode | |
return | void |
public SetPagesConfiguration ( uint page_per_pages ) : void | ||
page_per_pages | uint | |
return | void |
public SetPassword ( string owner_passwd, string user_passwd ) : void | ||
owner_passwd | string | |
user_passwd | string | |
return | void |
public SetPermission ( uint permission ) : void | ||
permission | uint | |
return | void |
public SetViewerPreference ( uint value ) : void | ||
value | uint | |
return | void |