Метод | Описание | |
---|---|---|
AddPictureInPdfDocument ( |
||
AddTableInPdfDocument ( string tableIdentifier, |
||
CloseDocumentAndReturnStream ( ) : |
||
LoadPdfDocumentFromTemplate ( string pathToPdfTemplate ) : |
||
SetPDFFieldValueInPdfDocument ( string pdfFieldName, string value ) : void | ||
SetPDFFieldValueInPdfDocument ( string pdfFieldName, string value, string display ) : void |
Метод | Описание | |
---|---|---|
ClosePdfDocument ( ) : void | ||
CreatePDFDocument ( string templateFileName ) : |
||
DisableFieldsForEditing ( ) : void | ||
GetPDFReader ( |
||
GetPDFStamper ( |
||
GetPdfTable ( float width, |
||
InitPDFStamper ( |
||
PDFFromTemplateHelper ( |
||
SetColumnValues ( Table table, PdfPTable pdfTable ) : void |
public AddPictureInPdfDocument ( |
||
inputImageStream | ||
absolutPosition | AbsolutPosition | |
Результат | void |
public AddTableInPdfDocument ( string tableIdentifier, |
||
tableIdentifier | string | |
table | ||
Результат | void |
public CloseDocumentAndReturnStream ( ) : |
||
Результат |
public static LoadPdfDocumentFromTemplate ( string pathToPdfTemplate ) : |
||
pathToPdfTemplate | string | |
Результат |
public SetPDFFieldValueInPdfDocument ( string pdfFieldName, string value ) : void | ||
pdfFieldName | string | |
value | string | |
Результат | void |
public SetPDFFieldValueInPdfDocument ( string pdfFieldName, string value, string display ) : void | ||
pdfFieldName | string | |
value | string | |
display | string | |
Результат | void |