|  | wxPdfDocument 1.3.1
    | 
Class representing a PDF drawing context. More...
#include <pdfdc.h>
 
 | Public Member Functions | |
| wxPdfDC () | |
| wxPdfDC (const wxPrintData &printData) | |
| wxPdfDC (wxPdfDocument *pdfDocument, double templateWidth, double templateHeight) | |
| wxPdfDocument * | GetPdfDocument () | 
| void | SetResolution (int ppi) | 
| int | GetResolution () const | 
| void | SetImageType (wxBitmapType bitmapType, int quality=75) | 
| void | SetMapModeStyle (wxPdfMapModeStyle style) | 
| wxPdfMapModeStyle | GetMapModeStyle () const | 
Class representing a PDF drawing context.
| wxPdfDC::wxPdfDC | ( | ) | 
| wxPdfDC::wxPdfDC | ( | const wxPrintData & | printData | ) | 
| wxPdfDC::wxPdfDC | ( | wxPdfDocument * | pdfDocument, | 
| double | templateWidth, | ||
| double | templateHeight ) | 
| wxPdfMapModeStyle wxPdfDC::GetMapModeStyle | ( | ) | const | 
| wxPdfDocument * wxPdfDC::GetPdfDocument | ( | ) | 
| int wxPdfDC::GetResolution | ( | ) | const | 
| void wxPdfDC::SetImageType | ( | wxBitmapType | bitmapType, | 
| int | quality = 75 ) | 
| void wxPdfDC::SetMapModeStyle | ( | wxPdfMapModeStyle | style | ) | 
| void wxPdfDC::SetResolution | ( | int | ppi | ) |