Creates and initializes new PdfFrame class instance.
| Name | Description | |
|---|---|---|
|
|
PdfFrame() |
Creates and initializes new PdfFrame class instance. |
|
|
PdfFrame(Int32) |
Creates and initializes new PdfFrame class instance. You can initialize JPEG quality here. |
|
|
PdfFrame(Bitmap) |
Creates and initializes new PdfFrame class instance. You can associate a bitmap with this frame here. |
|
|
PdfFrame(Bitmap, Int32) |
Creates and initializes new PdfFrame class instance. You can associate a bitmap with this frame here and initialize JPEG quality. |