'Declaration Public Function New( _
ByVal documentThe document.As Vintasoft.Imaging.Pdf.PdfDocument, _
ByVal resourcesThe resources.As Vintasoft.Imaging.Pdf.Tree.PdfResources _
)
public PdfGraphics(
Vintasoft.Imaging.Pdf.PdfDocument document,
Vintasoft.Imaging.Pdf.Tree.PdfResources resources
)
public: PdfGraphics(
Vintasoft.Imaging.Pdf.PdfDocument* document,
Vintasoft.Imaging.Pdf.Tree.PdfResources* resources
)
public:
PdfGraphics(
Vintasoft.Imaging.Pdf.PdfDocument^ document,
Vintasoft.Imaging.Pdf.Tree.PdfResources^ resources
)
Parameters
- document
- The document.
- resources
- The resources.