¶
TextAlignType¶
Description¶
Enumeration holding all the available PDF Align Types.
Properties¶
| Name | Data Type | Static | Readonly | Description |
|---|---|---|---|---|
| TextAlignLeft | int | No | No | |
| TextAlignRight | int | No | No | |
| TextAlignCenter | int | No | No | |
| TextAlignJustify | int | No | No |
FontSizeMetric¶
Properties¶
| Name | Data Type | Static | Readonly | Description |
|---|---|---|---|---|
| Pixel | int | No | No | |
| Centimeter | int | No | No | |
| Point | int | No | No |
StyleInfo¶
Properties¶
| Name | Data Type | Static | Readonly | Description |
|---|---|---|---|---|
| TextAlign | PDFLib.TextAlignType | No | No | |
| Color | PDFLib.Color | No | No | |
| BackgroundColor | PDFLib.Color | No | No | |
| IsBold | bool | No | No | |
| FontSize | PDFLib.FontSize | No | No |
Color¶
Methods¶
Create(int, int, int, int)¶
Description
Return Type : PDFLib.Color
Static : Yes
Namespace : PDFLib.Color
Parameters
| Name | Data Type | Description |
|---|---|---|
| Alpha | int | |
| Red | int | |
| Green | int | |
| Blue | int |
FontSize¶
Methods¶
Create(PDFLib.FontSizeMetric, float)¶
Description
Return Type : PDFLib.FontSize
Static : Yes
Namespace : PDFLib.FontSize
Parameters
| Name | Data Type | Description |
|---|---|---|
| Metric | PDFLib.FontSizeMetric | |
| Size | float |
DocumentBuilder¶
Methods¶
Create(PDFLib.Document)¶
Description
Return Type : PDFLib.DocumentBuilder
Static : Yes
Namespace : PDFLib.DocumentBuilder
Parameters
| Name | Data Type | Description |
|---|---|---|
| Document | PDFLib.Document |
AddParagraph(string)¶
Description
Return Type : void
Static : No
Namespace : PDFLib.DocumentBuilder
Parameters
| Name | Data Type | Description |
|---|---|---|
| Text | string |
AddParagraph(string, PDFLib.StyleInfo)¶
Description
Return Type : void
Static : No
Namespace : PDFLib.DocumentBuilder
Parameters
| Name | Data Type | Description |
|---|---|---|
| Text | string | |
| Style | PDFLib.StyleInfo |
AddPageBreak()¶
Description
Return Type : void
Static : No
Namespace : PDFLib.DocumentBuilder
AddTable(PDFLib.Table)¶
Description
Return Type : void
Static : No
Namespace : PDFLib.DocumentBuilder
Parameters
| Name | Data Type | Description |
|---|---|---|
| Table | PDFLib.Table |