Aspose::Page::EPS::Device::PdfDevice::DrawString method

PdfDevice::DrawString method

Draws a string at given point.

void Aspose::Page::EPS::Device::PdfDevice::DrawString(System::String str, double x, double y) override
ParameterTypeDescription
strSystem::StringA string to be drawn.
xdoubleX coordinate of point.
ydoubleY coordinate of point.

See Also